1
0

feat: marge提交

This commit is contained in:
TsMask
2023-11-21 15:20:23 +08:00
parent d5d3feb5fc
commit 5050f4f113
2 changed files with 7 additions and 10 deletions

View File

@@ -37,22 +37,19 @@ webServer:
database:
type: mysql
user: root
# password: "1000omc@kp!"
# host: "192.168.2.219"
# port: 33066
# name: omc_db
password: "1000omc@kp!"
host: "192.168.2.219"
port: 33066
name: omc_db
backup: d:/local.git/ems.agt/restagent/database
password: "root@1234"
host: "192.168.2.162"
port: 3306
name: "omc_db"
# Redis 缓存数据,数据源声明全小写
redis:
dataSource:
# OMC系统使用库
default:
port: 6379 # Redis port
host: "192.168.2.162" # Redis host
host: "192.168.2.152" # Redis host
password: "redis@1234"
db: 10 # Redis db_num
# UDM网元用户库

View File

@@ -1,7 +1,7 @@
package service
import (
"fmt"
fmt "fmt"
"net"
"time"