This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
Bonus-Cloud-Smart-Canteen/scripts_56/system_bootstrap.yml

33 lines
710 B
YAML
Raw Permalink Normal View History

2025-01-23 16:18:40 +08:00
# Tomcat
server:
port: 18582
# Spring
spring:
application:
# 应用名称
name: bonus-system
profiles:
# 环境配置
active: sgzb_bns_test
cloud:
nacos:
username: nacos
password: nacos
discovery:
# 服务注册地址
server-addr: 192.168.0.56:8848
namespace: sgzb_bns
config:
# 配置中心地址
server-addr: 192.168.0.56:8848
namespace: sgzb_bns
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
system:
supports:
phoneLogin: true
emailLogin: true