feat: support mf calling api

This commit is contained in:
zhangsz
2025-05-17 18:07:58 +08:00
parent 4ce712a7e2
commit 1b2d8c9d58
7 changed files with 158 additions and 3 deletions

View File

@@ -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