feat: support mf calling api
This commit is contained in:
@@ -32,7 +32,7 @@ rest:
|
||||
|
||||
webServer:
|
||||
enabled: true
|
||||
rootDir: /home/simon/omc.git/fe.ems.vue3/dist # front-end build dist directory
|
||||
rootDir: /home/simon/psap.git/fe.ems.vue3/dist # front-end build dist directory
|
||||
listen:
|
||||
- addr: :8080
|
||||
schema: http
|
||||
@@ -47,7 +47,7 @@ database:
|
||||
type: mysql
|
||||
user: root
|
||||
password: "1000omc@kp!"
|
||||
host: "127.0.0.1"
|
||||
host: "192.168.2.223"
|
||||
port: 33066
|
||||
name: omc_db
|
||||
connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True
|
||||
@@ -59,7 +59,7 @@ redis:
|
||||
# OMC system db
|
||||
default:
|
||||
port: 6379 # Redis port
|
||||
host: "127.0.0.1" # Redis host
|
||||
host: "192.168.2.223" # Redis host
|
||||
password: "helloearth"
|
||||
db: 10 # Redis db_num
|
||||
# used to specify the default data source for multiple data resourece
|
||||
|
||||
Reference in New Issue
Block a user