small-package/go-aliyundrive-webdav/files/go-aliyundrive-webdav.config

24 lines
345 B
Plaintext
Raw Normal View History

2023-01-26 15:46:00 +08:00
config go-aliyundrive-webdav 'config'
option enabled '0'
# Listening port
option port '8085'
# Refresh token
option rt ''
# Mounting directory
option path '/'
# Webdav auth username, default: admin
option user 'admin'
# Webdav auth password, default: 123456
option pwd '123456'
# Enable detailed logging
option verbose '0'