From 6d1184d33254e215be81bedd4a10b6ad79c48e61 Mon Sep 17 00:00:00 2001 From: lejianwen <84855512@qq.com> Date: Tue, 15 Apr 2025 10:52:46 +0800 Subject: [PATCH] style: Remove useless configurations --- conf/config.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 99e695d..8f6ca48 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -64,21 +64,3 @@ ldap: sync: false # If true, the user will be synchronized to the database when the user logs in. If false, the user will be synchronized to the database when the user be created. admin-group: "cn=admin,dc=example,dc=com" # The group name of the admin group, if the user is in this group, the user will be an admin. -redis: - addr: "127.0.0.1:6379" - password: "" - db: 0 -cache: - type: "file" - file-dir: "./runtime/cache" - redis-addr: "127.0.0.1:6379" - redis-pwd: "" - redis-db: 0 -oss: - access-key-id: "" - access-key-secret: "" - host: "" - callback-url: "" - expire-time: 30 - max-byte: 10240 -