Bonus-Cloud-Material-Mall/scripts_244/system_bootstrap.yml

34 lines
737 B
YAML
Raw Permalink Normal View History

2024-11-20 19:03:03 +08:00
# Tomcat
server:
2024-11-27 11:19:02 +08:00
port: 28582
2024-11-20 19:03:03 +08:00
# Spring
spring:
application:
# 应用名称
name: bonus-system
profiles:
# 环境配置
2024-11-27 11:19:02 +08:00
active: material_mall_test
2024-11-20 19:03:03 +08:00
cloud:
nacos:
username: nacos
password: bonus@Admin123
discovery:
# 服务注册地址
server-addr: 192.168.0.244:8848
2024-11-27 11:19:02 +08:00
namespace: material_mall
2024-11-20 19:03:03 +08:00
config:
# 配置中心地址
server-addr: 192.168.0.244:8848
2024-11-27 11:19:02 +08:00
namespace: material_mall
2024-11-20 19:03:03 +08:00
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
system:
supports:
phoneLogin: true
2024-11-27 11:19:02 +08:00
emailLogin: true