We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988c694 commit f644d86Copy full SHA for f644d86
1 file changed
conf/app.conf.example
@@ -140,6 +140,12 @@ ldap_user_role=2
140
#ldap搜索filter规则,AD服务器: objectClass=User, openldap服务器: objectClass=posixAccount ,也可以定义为其他属性,如: title=mindoc
141
ldap_filter=objectClass=posixAccount
142
143
+
144
+# 存储类型,后续扩展成本地存储(local)、阿里云OSS存储(oss)、七牛云存储(qiniu)、腾讯云存储(cos)、百度云存储(bos)和又拍云存储(upyun)
145
+# 目前可选项:local、oss
146
+store_type=local
147
148
149
# 不要修改
150
include "oss.conf"
151
include "oauth.conf"
0 commit comments