Files
mosty-dyga-cloud/mosty-websocket/src/main/resources/bootstrap.yml
2025-09-04 18:25:00 +08:00

32 lines
620 B
YAML

server:
port: 8026
servlet:
context-path: /mosty-websocket/
spring:
application:
name: mosty-websocket
cloud:
nacos:
discovery:
# namespace: 657d1843-b590-41ac-b5e7-5d261bf00de9
# server-addr: 183.222.39.242:8848
register-enabled: true
namespace: f23c13d4-0935-42e0-850e-a2216125f2ae
server-addr: 172.20.19.130:18848
username: nacosDev1
password: nacosDev1
# 开启健康监控
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
show-details: always
auditevents:
enabled: true