Browse Source

style: Remove useless configurations

lejianwen 9 months ago
parent
commit
b929f3efdb
1 changed files with 0 additions and 18 deletions
  1. 0 18
      conf/config.yaml

+ 0 - 18
conf/config.yaml

@@ -64,21 +64,3 @@ ldap:
64
     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.
64
     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.
65
     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.
65
     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.
66
 
66
 
67
-redis:
68
-  addr: "127.0.0.1:6379"
69
-  password: ""
70
-  db: 0
71
-cache:
72
-  type: "file"
73
-  file-dir: "./runtime/cache"
74
-  redis-addr: "127.0.0.1:6379"
75
-  redis-pwd: ""
76
-  redis-db: 0
77
-oss:
78
-  access-key-id: ""
79
-  access-key-secret: ""
80
-  host: ""
81
-  callback-url: ""
82
-  expire-time: 30
83
-  max-byte: 10240
84
-