Browse Source

新增初始云门户配置文件

hill9868 8 years ago
parent
commit
eaaec9a951
1 changed files with 29 additions and 0 deletions
  1. 29 0
      ag-portal-cloud.yml

+ 29 - 0
ag-portal-cloud.yml

@ -0,0 +1,29 @@
logging:
  level:
    com:
      netflix: INFO
    org:
      springframework:
        web: INFO
      hibernate: ERROR
ribbon:
  ReadTimeout: 30000
  ConnectTimeout: 10000
---
spring:
  profiles: dev
---
spring:
  profiles: alpha
---
spring:
  profiles: test
---
spring:
  profiles: prod