fix: ...
This commit is contained in:
@@ -20,10 +20,10 @@ pprof:
|
|||||||
rest:
|
rest:
|
||||||
- ipv4: 0.0.0.0
|
- ipv4: 0.0.0.0
|
||||||
ipv6:
|
ipv6:
|
||||||
port: 33040
|
port: 33030
|
||||||
|
|
||||||
webServer:
|
webServer:
|
||||||
enabled: false
|
enabled: true
|
||||||
rootDir: d:/local.git/fe.ems.vue3/dist
|
rootDir: d:/local.git/fe.ems.vue3/dist
|
||||||
listen:
|
listen:
|
||||||
- addr: :80
|
- addr: :80
|
||||||
@@ -51,13 +51,13 @@ redis:
|
|||||||
# OMC系统使用库
|
# OMC系统使用库
|
||||||
default:
|
default:
|
||||||
port: 6379 # Redis port
|
port: 6379 # Redis port
|
||||||
host: "192.168.8.58" # Redis host
|
host: "127.0.0.1" # Redis host
|
||||||
password: "redis@1234"
|
password: "helloearth"
|
||||||
db: 10 # Redis db_num
|
db: 10 # Redis db_num
|
||||||
# UDM网元用户库
|
# UDM网元用户库
|
||||||
udmuser:
|
udmuser:
|
||||||
port: 36379 # Redis port
|
port: 6379 # Redis port
|
||||||
host: "192.168.8.58"
|
host: "127.0.0.1"
|
||||||
password: "helloearth"
|
password: "helloearth"
|
||||||
db: 0 # Redis db_num
|
db: 0 # Redis db_num
|
||||||
# 多个数据源时可以用这个指定默认的数据源
|
# 多个数据源时可以用这个指定默认的数据源
|
||||||
@@ -181,12 +181,12 @@ testConfig:
|
|||||||
file: ./etc/testconfig.yaml
|
file: ./etc/testconfig.yaml
|
||||||
|
|
||||||
# 静态文件配置, 相对项目根路径或填绝对路径
|
# 静态文件配置, 相对项目根路径或填绝对路径
|
||||||
# staticFile:
|
staticFile:
|
||||||
# # 默认资源,dir目录需要预先创建
|
# 默认资源,dir目录需要预先创建
|
||||||
# default:
|
default:
|
||||||
# prefix: "/static"
|
prefix: "/static"
|
||||||
# dir: "./static"
|
dir: "./static"
|
||||||
# # 文件上传资源目录映射,与项目目录同级
|
# 文件上传资源目录映射,与项目目录同级
|
||||||
# upload:
|
upload:
|
||||||
# prefix: "/upload"
|
prefix: "/upload"
|
||||||
# dir: "./upload"
|
dir: "./upload"
|
||||||
|
|||||||
Reference in New Issue
Block a user