jwt_auth_token 1.3.6 → 1.3.7

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 +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b58337b2c632964259b8bf70c419bce4d70c1b9
4
- data.tar.gz: 13a09495b6ff5942f1df1ea0ac8dcf4dc276c15a
3
+ metadata.gz: 0cc35f41a1212ee79cba16c5b18b5c8d9bad3d11
4
+ data.tar.gz: aef58fd4139ddd420a1b6d98d1645f3750d930f6
5
5
  SHA512:
6
- metadata.gz: 63124dd08484c04fb950deb1dd1bec9a328bf9b23b7b53c585d139e621199f2a0790be67562c51a2bcbd928c52735e80a73096ea614482fa0e1c599ef4e38071
7
- data.tar.gz: 64aebf68675758d6cee028f97b90c4e6c5e303cc276e0a3b2e02dc498ca6ff4880e61722c4cd77b7a3ac2c1b5796fc4f4fcf7a9dc59b03ac9becaecf4fd281e2
6
+ metadata.gz: 10539c8730ebc4c5bdcff8c94c9e7607646474745828fed972daa5fa5f17884a0353ff8bee3f163a06520f70929543a18451d41252b552d8de48ffb327504693
7
+ data.tar.gz: cea58dc947822cae0a9560fc608f7af019fe2588a1ae42c2841b8fecc7281f4bec190d469bf82c66aa6daddaf711f02b9bde952cafbf5bd38699f0ad480eb93f
data/lib/router_helper.rb CHANGED
@@ -75,7 +75,7 @@ module RouterHelper
75
75
  {development: {kafka: stage, redis: {host: "localhost", port: 6379}},
76
76
  staging: {kafka: stage, redis: {host: "10.140.10.195", port: 6379}},
77
77
  preprod: {kafka: stage, redis: {host: "10.140.10.195", port: 6379}},
78
- production: prod, redis: {host: "10.140.10.42", port: 6379}}
78
+ production: {kafka: prod, redis: {host: "10.140.10.42", port: 6379}}
79
79
  end
80
80
 
81
81
  def kafka_log_end_points
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.3.6
4
+ version: 1.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Afzal Lakdawala