This commit is contained in:
2026-08-11 17:49:13 +08:00
parent 8d14a63621
commit c69a4d0cbd
2 changed files with 1 additions and 51 deletions
+1
View File
@@ -0,0 +1 @@
etc/admin.yaml
-51
View File
@@ -1,51 +0,0 @@
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: "39.106.171.204"
Port: 6379
Password: "lLMLcuPpzSj"
DB: 0
AppLog:
Path: logs
InfoFile: info.log
ErrorFile: error.log
FatalFile: fatal.log
MaxSize: 100
MaxBackups: 10
MaxAge: 30