瀏覽代碼

Merge pull request #108 from gravitl/hotfix_v0.2_jwt

fixed JWT token auth
Alex 4 年之前
父節點
當前提交
59f7cd89c1
共有 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"