ftpd/config.sample.ini
Lunny Xiao c1f6615a6c
All checks were successful
continuous-integration/drone/push Build is passing
Rename config.ini to config.sample.ini because it's not a dependency file (#23)
remove custom.ini file support

Rename config.ini to config.sample.ini because it's not a dependency file

Reviewed-on: #23
2020-02-07 03:35:02 +00:00

45 lines
431 B
INI

[server]
name=Go Ftp Server
listen=
port=2121
tls=false
key_file=key.pem
cert_file=cert.pem
[web]
enable=true
listen=:8181
tls=false
[admin]
user=admin
pass=123456
[driver]
type=file
;type=qiniu
[perm]
type=simple
;type=leveldb
;path=./authperm.db
;type=xorm
;database=mysql
;connstr=
[auth]
type=leveldb
;type=xorm
;database=mysql
;connstr=
[file]
type =file
rootpath =./
[qiniu]
type = qiniu
accessKey=
secretKey=
bucket=