server: port: 25522 tomcat: max-threads: 500 spring: main: allow-bean-definition-overriding: true application: name: risk-manage profiles: active: local --- spring: profiles: local cloud: nacos: discovery: server-addr: 127.0.0.1:8848 namespace: 1aff43c9-b617-4d0b-8c3a-9d8b44a8beae config: server-addr: 127.0.0.1:8848 file-extension: yml namespace: 1aff43c9-b617-4d0b-8c3a-9d8b44a8beae --- spring: profiles: dev cloud: nacos: discovery: server-addr: 127.0.0.1:8848 namespace: ad14a1aa-fe06-473a-9050-9afa26ec0020 config: server-addr: 127.0.0.1:8848 file-extension: yml namespace: ad14a1aa-fe06-473a-9050-9afa26ec0020 --- spring: profiles: prod cloud: nacos: discovery: server-addr: 119.45.117.147:8848 namespace: 766c8aa7-cd4c-47c5-8540-3a4dcdbdb4ae config: server-addr: 119.45.117.147:8848 file-extension: yml namespace: 766c8aa7-cd4c-47c5-8540-3a4dcdbdb4ae