From c69a4d0cbd046ae63274fa571c664a69f3c5458e Mon Sep 17 00:00:00 2001 From: gjs Date: Tue, 11 Aug 2026 17:49:13 +0800 Subject: [PATCH] del ymal --- admin/.gitignore | 1 + admin/etc/admin.yaml | 51 -------------------------------------------- 2 files changed, 1 insertion(+), 51 deletions(-) create mode 100644 admin/.gitignore delete mode 100644 admin/etc/admin.yaml diff --git a/admin/.gitignore b/admin/.gitignore new file mode 100644 index 0000000..7f12755 --- /dev/null +++ b/admin/.gitignore @@ -0,0 +1 @@ +etc/admin.yaml \ No newline at end of file diff --git a/admin/etc/admin.yaml b/admin/etc/admin.yaml deleted file mode 100644 index 93b4693..0000000 --- a/admin/etc/admin.yaml +++ /dev/null @@ -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 \ No newline at end of file