mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-04-27 01:40:50 +00:00
19 lines
394 B
YAML
19 lines
394 B
YAML
server:
|
|
port: 529
|
|
|
|
spring:
|
|
security: # 配置登录用户名和密码
|
|
user:
|
|
name: novel-plus
|
|
password: 123456
|
|
boot: # 不显示admin-server的监控信息
|
|
admin:
|
|
discovery:
|
|
ignored-services: ${spring.application.name}
|
|
|
|
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: 47.106.243.172:8848
|
|
namespace: 3960c71a-62ac-4b8f-8c30-bba8e8143a0c |