Просмотр исходного кода

style: Remove useless configurations

lejianwen месяцев назад: 9
Родитель
Сommit
6d1184d332
1 измененных файлов с 0 добавлено и 18 удалено
  1. 0 18
      conf/config.yaml

+ 0 - 18
conf/config.yaml

@@ -64,21 +64,3 @@ ldap:
64 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 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
-