check params

This commit is contained in:
2026-08-06 22:20:28 +08:00
parent 9d5b507634
commit e7e3aa12c3
15 changed files with 1465 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
Name: admin-service
ListenOn: 0.0.0.0:10200
Mode: dev
Log:
ServiceName: admin-service
Mode: file # console | file | volume
Encoding: plain
Level: info
Path: logs
KeepDays: 7
Compress: false
# Rotation: daily
# MaxSize: 100
# MaxBackups: 10
Nacos:
Hosts:
- rnacos:8848
NamespaceId: test
Group: LONE_SERVICES
RegisterIP: admin
Mysql:
Host: "39.106.171.204"
Port: 33066
User: root
Password: "MOLXRZNOU4Y4"
Database: dms-admin
Charset: utf8mb4
Prefix:
# ReadHost: mysql-slave
# ReadPort: 3306
# ReadUser: root
# ReadPassword: "123123"
# ReadDatabase: dms-admin
BizRedis:
Host: "host.docker.internal"
Port: 6379
Password: "admin20190227Redis"
DB: 0
AppLog:
Path: logs
InfoFile: info.log
ErrorFile: error.log
FatalFile: fatal.log
MaxSize: 100
MaxBackups: 10
MaxAge: 30