35 lines
972 B
YAML
35 lines
972 B
YAML
# Tomcat
|
||
server:
|
||
port: 9801
|
||
|
||
# Spring
|
||
spring:
|
||
application:
|
||
# 应用名称
|
||
name: xhpc-charging-station
|
||
profiles:
|
||
# 环境配置
|
||
active: dev
|
||
cloud:
|
||
nacos:
|
||
discovery:
|
||
# 服务注册地址
|
||
server-addr: 127.0.0.1:8848
|
||
config:
|
||
# 配置中心地址
|
||
server-addr: 127.0.0.1:8848
|
||
# 配置文件格式
|
||
file-extension: yml
|
||
# 共享配置
|
||
shared-configs:
|
||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||
|
||
|
||
#二维码Logo图片获取位置:
|
||
imgPath: "/www/wwwroot/scxhua.cn/xhpc-charging-stion/logo.png"
|
||
#生成的二维码存放位置:
|
||
destPath: "/www/wwwroot/scxhua.cn/xhpc-charging-stion/XiaoHuaFullImgs/"
|
||
#生成的最终完整图片的存放位置:
|
||
fullImgDestPath: "/www/wwwroot/scxhua.cn/xhpc-charging-stion/XiaoHuaFullImgs/"
|
||
#底图图片存放位置:
|
||
bottomImg: "/www/wwwroot/scxhua.cn/xhpc-charging-stion/BottomImg.png" |