소스 검색

新增初始云门户配置文件

hill9868 8 년 전
부모
커밋
eaaec9a951
1개의 변경된 파일29개의 추가작업 그리고 0개의 파일을 삭제
  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