You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
621 B
Plaintext

10 months ago
appname = goftp
httpport = 5100
runmode = dev
copyrequestbody = true
EnableDocs = true
#EnableHTTP = false
#EnableHTTPS=true
#EnableHTTPS=true
#EnableHttpTLS = true
#HttpsPort = 5001
#HTTPSCertFile = "cloudservicesystem.com.crt"
#HTTPSKeyFile = "cloudservicesystem.com.key"
mysqluser = "root"
mysqlpass = "Skyinno251,"
mysqlurls = "127.0.0.1:3306"
mysqldb = "goftp"
mysqlparams = "charset=utf8&loc=Asia%2FShanghai"
mysqlmaxIdle = 20
mysqlmaxConn = 20
10 months ago
servergoftpdir = "/root/goftpdir"
webUrl = "https://goftp.cloudservicesystem.com"
10 months ago
# servergoftpdir = "/Users/admin/goftpdir"
# webUrl = "http://127.0.0.1:5100"