recv: 撤销提交本地配置
This commit is contained in:
@@ -23,7 +23,7 @@ rest:
|
|||||||
port: 33040
|
port: 33040
|
||||||
- ipv4: 0.0.0.0
|
- ipv4: 0.0.0.0
|
||||||
ipv6:
|
ipv6:
|
||||||
port: 43443
|
port: 33443
|
||||||
schema: https
|
schema: https
|
||||||
clientAuthType: 0
|
clientAuthType: 0
|
||||||
caFile: ./etc/certs/omc-ca.crt
|
caFile: ./etc/certs/omc-ca.crt
|
||||||
@@ -47,7 +47,7 @@ database:
|
|||||||
type: mysql
|
type: mysql
|
||||||
user: root
|
user: root
|
||||||
password: 1000omc@kp!
|
password: 1000omc@kp!
|
||||||
host: 192.168.8.222
|
host: 192.168.2.211
|
||||||
port: 33066
|
port: 33066
|
||||||
name: "tenants_db"
|
name: "tenants_db"
|
||||||
connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True
|
connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True
|
||||||
@@ -58,8 +58,8 @@ redis:
|
|||||||
dataSource:
|
dataSource:
|
||||||
# OMC system db
|
# OMC system db
|
||||||
default:
|
default:
|
||||||
port: 16379 # Redis port
|
port: 6379 # Redis port
|
||||||
host: "192.168.9.58" # Redis host
|
host: "192.168.2.211" # Redis host
|
||||||
password: "helloearth"
|
password: "helloearth"
|
||||||
db: 10 # Redis db_num
|
db: 10 # Redis db_num
|
||||||
# used to specify the default data source for multiple data resourece
|
# used to specify the default data source for multiple data resourece
|
||||||
@@ -77,8 +77,8 @@ mml:
|
|||||||
|
|
||||||
# Tracking configuration
|
# Tracking configuration
|
||||||
trace:
|
trace:
|
||||||
enabled: true
|
enabled: false
|
||||||
host: "192.168.5.58" # Fill in the specific IP address
|
host: "172.16.5.100" # Fill in the specific IP address
|
||||||
port: 33033
|
port: 33033
|
||||||
|
|
||||||
# NE config
|
# NE config
|
||||||
|
|||||||
Reference in New Issue
Block a user