huodongdong 7 years ago
parent
commit
e3bc647fdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rankin-api-web/src/main/resources/bootstrap.yml

+ 1 - 1
rankin-api-web/src/main/resources/bootstrap.yml

@@ -5,7 +5,7 @@ spring:
     config:
       uri: http://config.rankin.com:8921
       label: master
-      profile: ${config.profile:dev}
+      profile: ${profile:dev}
 
 server:
   port: 8600