浏览代码

fixed JWT token auth

Ubuntu 4 年之前
父节点
当前提交
c80c2f8795
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"