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

View File

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