Browse Source

fixed JWT token auth

Ubuntu 4 years ago
parent
commit
c80c2f8795
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/environments/dev.yaml

+ 1 - 1
config/environments/dev.yaml

@@ -1,5 +1,5 @@
 server:
-  host: "3.231.219.63"
+  host: "localhost"
   apiport: "8081"
   grpcport: "50051"
   masterkey: "secretkey"