style: 更新配置说明
This commit is contained in:
@@ -38,10 +38,10 @@ webServer:
|
||||
database:
|
||||
type: mysql
|
||||
user: root
|
||||
password: "root@1234"
|
||||
host: "192.168.8.58"
|
||||
port: 3306
|
||||
name: "omc_db"
|
||||
password: "1000omc@kp!"
|
||||
host: "192.168.9.58"
|
||||
port: 13306
|
||||
name: "omc_db_pt"
|
||||
connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True
|
||||
backup: d:/local.git/be.ems/restagent/database
|
||||
|
||||
@@ -50,13 +50,13 @@ redis:
|
||||
dataSource:
|
||||
# OMC系统使用库
|
||||
default:
|
||||
port: 6379 # Redis port
|
||||
host: "192.168.8.58" # Redis host
|
||||
password: "redis@1234"
|
||||
port: 16379 # Redis port
|
||||
host: "192.168.9.58" # Redis host
|
||||
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
|
||||
|
||||
@@ -17,3 +17,9 @@
|
||||
- database\install\sys_dict_data0.sql
|
||||
- database\install\sys_dict_data1_i18n_zh.sql
|
||||
- database\install\sys_dict_data2_i18n_en.sql
|
||||
|
||||
初始网元
|
||||
|
||||
- database\install\ne_info.sql
|
||||
- database\install\ne_host.sql
|
||||
- database\install\ne_license.sql
|
||||
|
||||
Reference in New Issue
Block a user