1
0

feat: 多语言处理tkey

This commit is contained in:
TsMask
2023-11-21 14:42:37 +08:00
parent f490d9af0f
commit d5d3feb5fc
61 changed files with 1381 additions and 757 deletions

View File

@@ -109,15 +109,16 @@ type YamlConfig struct {
} `yaml:"mml"`
NE struct {
Addr string `yaml:"addr"`
Port uint16 `yaml:"port"`
User string `yaml:"user"`
EtcDir string `yaml:"etcdir"`
BinDir string `yaml:"bindir"`
OmcDir string `yaml:"omcdir"`
ScpDir string `yaml:"scpdir"`
LicenseDir string `yaml:"licensedir"`
EtcListIMS string `yaml:"etcListIMS"`
Addr string `yaml:"addr"`
Port uint16 `yaml:"port"`
User string `yaml:"user"`
EtcDir string `yaml:"etcdir"`
BinDir string `yaml:"bindir"`
OmcDir string `yaml:"omcdir"`
ScpDir string `yaml:"scpdir"`
LicenseDir string `yaml:"licensedir"`
EtcListIMS string `yaml:"etcListIMS"`
EtcListDefault string `yaml:"etcListDefault"`
} `yaml:"ne"`
Auth struct {

View File

@@ -37,12 +37,15 @@ webServer:
database:
type: mysql
user: root
# 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"
backup: d:/local.git/ems.agt/restagent/database
# Redis 缓存数据,数据源声明全小写
redis:
dataSource:

View File

@@ -1,7 +1,7 @@
# Makefile for rest agent project
PROJECT = OMC
VERSION = 2.2311.7
VERSION = 2.2311.8
PLATFORM = amd64
ARMPLATFORM = aarch64
BUILDDIR = ../../build