12345678910111213141516171819202122232425262728293031323334353637383940 |
- appname = AIOT_coer
- httpport = 6804
- runmode = dev
- autorender = false
- # Nats 内核服务 127.0.0.1:6503
- # Mysql
- MysqlServer_UrlPort = "127.0.0.1:3305"
- MysqlServer_Database = "aiot_coer"
- MysqlServer_Username = "AIOT_coer"
- MysqlServer_Password = "iysxr7Axy46wCPC3"
- MysqlServer_MaxIdleConnections = 10
- MysqlServer_MaxOpenConnections = 200
- # Mongodb
- Mongodb_Url = "mongodb://127.0.0.1:27016"
- Mongodb_DB = "aiotcoer"
- Mongodb_Username = "AIOTcoer"
- Mongodb_Password = "2eEbsE4eD4D4t253"
- # Redis
- Redis_address = "127.0.0.1:6378"
- Redis_password = ""
- Redis_dbNum = "8"
- # 静态资源
- Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
- Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
- Qiniu_BUCKET = "aiotyun"
- Qiniu_URL = "https://aiot.baozhida.cn"
- # 添加 产品类型 true 可以添加 false 禁止添加
- Config_AddProductType = true
- # 不填写,每次启动后会随机生成 打印到控制台
- Config_AdminTokey = "12345678"
|