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