| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- appname = dataapi
- httpport = 8195
- runmode = dev
- ;runmode = prod
- autorender = false
- copyrequestbody = true
- EnableDocs = true
- Graceful=false
- EnableGzip=false
- includedMethods = get;post
- gzipMinLength = 256
- #开启https
- #enablehttps = true
- #HTTPSPort = 10443
- #HTTPSCertFile =server.crt
- #HTTPSKeyFile = server.key
- baseurl = http://192.168.110.28:8980
- # 数据库配置
- db.host = 192.168.110.28
- db.user = root
- db.password = root
- db.port = 3306
- db.name = iot
- db.prefix = t_
- db.timezone = Asia/Shanghai
- # Redis配置
- redis.addr = 192.168.110.28:6379
- redis.pass =
- #MQTT
- mqtt.id = GID88888888@@@WEBSVRXAAWcc1222
- mqtt.server = tcp://192.168.110.28:1883
- mqtt.user =
- mqtt.password =
|