chore: 更新版本号 2.2503.3

This commit is contained in:
TsMask
2025-03-21 15:18:01 +08:00
parent bd3910a217
commit a877176a5f
6 changed files with 16 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ pprof:
rest:
- ipv4: 0.0.0.0
ipv6:
port: 33030
port: 33040
- ipv4: 0.0.0.0
ipv6:
port: 33443
@@ -31,7 +31,7 @@ rest:
keyFile: ./etc/certs/omc-server.key
webServer:
enabled: true
enabled: false
rootDir: d:/omc.git/fe.ems.vue3/dist # front-end build dist directory
listen:
- addr: :80
@@ -47,8 +47,8 @@ database:
type: mysql
user: root
password: 1000omc@kp!
host: 127.0.0.1
port: 33066
host: 192.168.9.58
port: 13306
name: "tenants_db"
connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True
backup: ./database
@@ -58,8 +58,8 @@ redis:
dataSource:
# OMC system db
default:
port: 6379 # Redis port
host: "127.0.0.1" # Redis host
port: 16379 # Redis port
host: "192.168.9.58" # Redis host
password: "helloearth"
db: 10 # Redis db_num
# used to specify the default data source for multiple data resourece

View File

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