24 lines
407 B
YAML
24 lines
407 B
YAML
spring:
|
|
application:
|
|
name: emotion-auth
|
|
profiles:
|
|
active: ${SPRING_PROFILES_ACTIVE:local}
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
cloud:
|
|
nacos:
|
|
config:
|
|
enabled: false
|
|
discovery:
|
|
enabled: true
|
|
server-addr: 101.200.208.45:8848
|
|
username: nacos
|
|
password: Peanut2817*#
|
|
|
|
|
|
|
|
logging:
|
|
file:
|
|
path: /data/logs/emotion-museum/auth
|
|
|