app.conf 447 B

1234567891011121314151617181920212223
  1. appname = Cold_DeductionNotice
  2. httpport = 6232
  3. runmode = dev
  4. # 冷链 通知 收费结算系统
  5. # Nats
  6. NatsServer_Url = "127.0.0.1:43422"
  7. # Mysql
  8. MysqlServer_UrlPort = "127.0.0.1:40306"
  9. MysqlServer_Database = "cold"
  10. MysqlServer_Username = "cold"
  11. MysqlServer_Password = "yjwyEckZS7rE5H!"
  12. MysqlServer_MaxIdleConnections = 100
  13. MysqlServer_MaxOpenConnections = 200
  14. # Redis
  15. Redis_address = "127.0.0.1:43379"
  16. Redis_password = ""
  17. Redis_dbNum = "1"