bootstrap.yml 304 B

12345678910111213
  1. server:
  2. port: ${SERVER_PORT:8753}
  3. spring:
  4. application:
  5. name: order
  6. cloud:
  7. nacos:
  8. discovery:
  9. server-addr: ${REGISTER_HOST:192.168.99.100}:${REGISTER_PORT:8848}
  10. config:
  11. server-addr: ${REGISTER_HOST:192.168.99.100}:${REGISTER_PORT:8848}
  12. file-extension: yml