jwt_auth_token 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/router_helper.rb +12 -12
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2ab0b018495478932c914998d7c1df3fc1f69aa
4
- data.tar.gz: ad097c40db365677bacc8b49f3ee9a102aa26114
3
+ metadata.gz: 435a6070fb46214c7751dc1fb6a53a4ea4bcb861
4
+ data.tar.gz: 23e238d9f46e9caf25f82e798ae5308cd112f58e
5
5
  SHA512:
6
- metadata.gz: e280ac2039e183198ea5256402cfa8e02b4892cc9326d6519d14fd260be429e1c29b3e905d8532c45b8251092c50b141066ba8c8f7c56ee1c353cf520e42d5b8
7
- data.tar.gz: 3939c9f0e602c41a9212cbab80ef3145f84bbf0e6b97ba19c57e785862be5d87b2722f6cc8c898cea5a592bf54ae583f408d87b73fd89f01f25ebb3c9d13c14d
6
+ metadata.gz: fc9c3809e2a66fbb12b11bcf505d17ca297b1a65d6de5ee43a9a7ce5ecf99e10d3cce337409e78fca913deb6e4331aafa172483da4aa74f75a2bf034bb569627
7
+ data.tar.gz: 2712f73d9fbaa3ae0c5871f625498e5fbc5de8894996c400b0e894298d41e938d12fcf47f00cf250a1398aef1bd8b12a663049ebc4f8e9a4deb70927e9934446
data/lib/router_helper.rb CHANGED
@@ -34,12 +34,12 @@ module RouterHelper
34
34
 
35
35
  def services_staging_urls
36
36
  @_services_staging_urls ||= {
37
- user: {url: "http://user-microservice", port: nil},
38
- horizontal: {url: "http://horizontal-microservice", port: nil},
39
- content: {url: "http://content-microservice", port: nil},
40
- mocktest: {url: "http://mocktest-microservice", port: nil},
41
- practice: {url: "http://practice-microservice", port: nil},
42
- payment: {url: "http://payment-microservice", port: nil}
37
+ user: {url: "http://user-microservice", port: 9297},
38
+ horizontal: {url: "http://horizontal-microservice", port: 9297},
39
+ content: {url: "http://content-microservice", port: 9297},
40
+ mocktest: {url: "http://mocktest-microservice", port: 9297},
41
+ practice: {url: "http://practice-microservice", port: 9297},
42
+ payment: {url: "http://payment-microservice", port: 9297}
43
43
  }
44
44
  end
45
45
 
@@ -49,12 +49,12 @@ module RouterHelper
49
49
 
50
50
  def services_production_urls
51
51
  @_services_production_urls ||= {
52
- user: {url: "http://user-microservice", port: nil},
53
- horizontal: {url: "http://horizontal-microservice", port: nil},
54
- content: {url: "http://content-microservice", port: nil},
55
- mocktest: {url: "http://mocktest-microservice", port: nil},
56
- practice: {url: "http://practice-microservice", port: nil},
57
- payment: {url: "http://payment-microservice", port: nil}
52
+ user: {url: "http://user-microservice", port: 9297},
53
+ horizontal: {url: "http://horizontal-microservice", port: 9297},
54
+ content: {url: "http://content-microservice", port: 9297},
55
+ mocktest: {url: "http://mocktest-microservice", port: 9297},
56
+ practice: {url: "http://practice-microservice", port: 9297},
57
+ payment: {url: "http://payment-microservice", port: 9297}
58
58
  }
59
59
 
60
60
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jwt_auth_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Afzal Lakdawala