Browse Source

Merge branch 'feature-V2.0' into 'master'

修改user.service.baseUrl加上8081

See merge request crowd-2019/crowd-test-service-backend!173
郭超 4 years ago
parent
commit
b018af1857
1 changed files with 3 additions and 3 deletions
  1. 3 3
      site/src/main/resources/application.yml

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

@@ -1,6 +1,6 @@
 spring:
   profiles:
-     active: dev-online
+     active: pre-online
   cache:
     guava:
       spec: expireAfterWrite=30s
@@ -257,7 +257,7 @@ file:
 
 user:
   service:
-    baseUrl: http://user.cofortest.com
+    baseUrl: http://user.cofortest.com:8081
 website:
   domain: cofortest.com
 
@@ -289,6 +289,6 @@ file:
     path: /var/www/
 user:
   service:
-    baseUrl: http://user.cofortest.com
+    baseUrl: http://user.cofortest.com:8081
 website:
   domain: cofortest.com