소스 검색

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:
 server:
-  host: "3.231.219.63"
+  host: "localhost"
   apiport: "8081"
   apiport: "8081"
   grpcport: "50051"
   grpcport: "50051"
   masterkey: "secretkey"
   masterkey: "secretkey"