chore: 默认配置信息
This commit is contained in:
@@ -11,7 +11,7 @@ logger:
|
||||
|
||||
pprof:
|
||||
enabled: true
|
||||
addr: :36060
|
||||
addr: :33060
|
||||
|
||||
# rest agent listen ipv4/v6 and port, support multiple routines
|
||||
# ip: 0.0.0.0 or ::0, support IPv4/v6
|
||||
@@ -38,9 +38,9 @@ webServer:
|
||||
database:
|
||||
type: mysql
|
||||
user: root
|
||||
password: "root@1234"
|
||||
password: "1000omc@kp!"
|
||||
host: "192.168.8.58"
|
||||
port: 3306
|
||||
port: 33066
|
||||
name: "omc_db"
|
||||
connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True
|
||||
backup: d:/local.git/be.ems/restagent/database
|
||||
@@ -52,11 +52,11 @@ redis:
|
||||
default:
|
||||
port: 6379 # Redis port
|
||||
host: "192.168.8.58" # Redis host
|
||||
password: "redis@1234"
|
||||
password: "helloearth"
|
||||
db: 10 # Redis db_num
|
||||
# UDM网元用户库
|
||||
udmuser:
|
||||
port: 36379 # Redis port
|
||||
port: 6379 # Redis port
|
||||
host: "192.168.8.58"
|
||||
password: "helloearth"
|
||||
db: 0 # Redis db_num
|
||||
|
||||
Reference in New Issue
Block a user