Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Jan 20, 2025
1 parent 355eefb commit 13a4f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions joylive-package/src/main/assembly/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ agent:
- org.apache.catalina.core.StandardServer$$Lambda$
configcenter:
type: nacos
address: ${CONFIG_CENTER_ADDRESS:127.0.0.1:8848}
username: ${CONFIG_CENTER_USERNAME:nacos}
password: ${CONFIG_CENTER_PASSWORD:nacos}
address: ${CONFIG_CENTER_ADDRESS:${CONFIG_EXTERNAL_HOST}:${CONFIG_EXTERNAL_HTTP_PORT}}
username: ${CONFIG_CENTER_USERNAME:${CONFIG_USERNAME:nacos}}
password: ${CONFIG_CENTER_PASSWORD:${CONFIG_PASSWORD:nacos}}
refresh:
environmentEnabled: ${CONFIG_CENTER_REFRESH_ENVIRONMENT_ENABLED:false}
beanEnabled: ${CONFIG_CENTER_REFRESH_BEAN_ENABLED:true}
Expand Down

0 comments on commit 13a4f22

Please sign in to comment.