bootstrap-dev.yml 283 B

1234567891011121314
  1. spring:
  2. application:
  3. name: dmp-org
  4. cloud:
  5. config:
  6. profile: dev2
  7. uri: http://192.168.64.18:9932
  8. allowOverride: true
  9. overrideNone: true
  10. overrideSystemProperties: false
  11. eureka:
  12. client:
  13. fetch-registry: true
  14. register-with-eureka: false