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.
42 lines
851 B
Plaintext
42 lines
851 B
Plaintext
appname = weather
|
|
ServerName = "beego"
|
|
#runmode = dev
|
|
runmode = prod
|
|
|
|
httpport = 8084
|
|
|
|
#mysqluser = "root"
|
|
#mysqlpass = "Skyinno251,"
|
|
#mysqlurls = "192.168.5.21:3306"
|
|
#mysqldb = "weather"
|
|
#mysqlparams = "charset=utf8&loc=Asia%2FShanghai"
|
|
#连接池空闲
|
|
#mysqlmaxIdle = 50
|
|
#连接池最大连接数 数据库默认链接数一般为512
|
|
#mysqlmaxConn = 300
|
|
SessionName = "beegosessionID"
|
|
|
|
syncFrequency = "0 10 * * * *"
|
|
syncFrequencyWeather = "0 16 * * * *"
|
|
# syncFrequencyWeather = "0 9 * * * *"
|
|
# syncFrequency = "0 */10 * * * *"
|
|
|
|
|
|
mysqluser = "root"
|
|
mysqlpass = "Skyinno251,"
|
|
|
|
#mysqlurls = "192.168.3.29:3306"
|
|
mysqlurls = "127.0.0.1:3306"
|
|
mysqldb = "disruptor_nmc"
|
|
|
|
|
|
|
|
mysqlparams = "charset=utf8mb4&parseTime=True&loc=Local"
|
|
#连接池空闲
|
|
mysqlmaxIdle = 10
|
|
#连接池最大连接数 数据库默认链接数一般为512
|
|
mysqlmaxConn = 50
|
|
|
|
|
|
|