laz 9 years ago
parent
commit
29b2a3bd66
2 changed files with 23 additions and 0 deletions
  1. 6 0
      .idea/vcs.xml
  2. 17 0
      ag-admin.yml

+ 6 - 0
.idea/vcs.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="$PROJECT_DIR$" vcs="Git" />
  </component>
</project>

+ 17 - 0
ag-admin.yml

@ -3,6 +3,23 @@ logging:
    com:
      netflix: INFO
ribbon:
  ReadTimeout: 30000
  ConnectTimeout: 6000
zuul:
  ignored-services: "*"
  routes:
    svr-adaption: /api/v1.0/adapter/plan/adapterDataSet
hystrix:
  command:
    default:
      execution:
        isolation:
          thread:
            timeoutInMilliseconds: 30000
---
spring:
  profiles: dev