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.
33 lines
684 B
Plaintext
33 lines
684 B
Plaintext
|
5 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"
|
||
|
|
#mysqlurls = "155.138.231.184:3306"
|
||
|
|
mysqldb = "goftp"
|
||
|
|
mysqlparams = "charset=utf8&loc=Asia%2FShanghai"
|
||
|
|
mysqlmaxIdle = 50
|
||
|
|
mysqlmaxConn = 50
|
||
|
|
|
||
|
|
macgoftpdir = "/Users/skyinno/goftpdir"
|
||
|
|
#macgoftpdir = "/Users/edao/goftpdir"
|
||
|
|
servergoftpdir = "/root/goftpdir"
|
||
|
|
|
||
|
|
webUrl = "https://cloudservicesystem.com"
|
||
|
|
#webUrl = "http://127.0.0.1:5000"
|