bootstrap.yml 310 B

12345678910111213
  1. server:
  2. port: ${SERVER_PORT:8751}
  3. spring:
  4. application:
  5. name: auth-server
  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