bootstrap-test.yml 432 B

12345678910111213141516
  1. spring:
  2. cloud:
  3. nacos:
  4. config:
  5. server-addr: 10.206.0.17:8848,10.206.0.7:8848,10.206.0.2:8848
  6. namespace: 6bb97710-4f6e-4bac-a5f0-4b860d4da9bb
  7. group: DEFAULT_GROUP
  8. prefix: gateway-web
  9. file-extension: yaml
  10. refresh-enabled: true
  11. enabled: true
  12. shared-configs:
  13. - data-id: base.yaml
  14. refresh: true
  15. logging:
  16. config: classpath:logback-test.xml