ChenSiTong пре 6 година
родитељ
комит
f743c902d4

+ 2 - 0
src/main/resources/application-deploy.yml

@@ -52,6 +52,8 @@ aliyun:
     templateCode: SMS_181555598
 bok:
   url: http://bok.seecoder.cn
+  searchUrl: ${bok.url}/api/question/search/
+  tqUrl: ${bok.url}/api/question/
 guavaCache:
   maximumSize: 1000
   expireAfterAccessInSeconds: 0

+ 1 - 1
src/main/resources/application-dev.yml

@@ -51,7 +51,7 @@ aliyun:
     signName: seeccoder
     templateCode: SMS_181555598
 bok:
-  url: http://120.78.159.171:6060
+  url: http://bok.seecoder.cn
   searchUrl: ${bok.url}/api/question/search/
   tqUrl: ${bok.url}/api/question/
 guavaCache:

+ 3 - 3
src/main/resources/application.yml

@@ -1,3 +1,3 @@
-spring:
-  profiles:
-    active: dev
+#spring:
+#  profiles:
+#    active: dev