24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
|
|
//redis
|
|
"session_expire_minutes": "5",
|
|
"redis_server_session": "127.0.0.1:6379",
|
|
"get_redis_auth": "",
|
|
"redis_max_read_pool": "1000",
|
|
"redis_max_write_pool": "1000",
|
|
|
|
"MQTT_ServerIP": "120.24.73.62",
|
|
"MQTT_ServerPort": 1883,
|
|
"MQTT_User": "blw",
|
|
"MQTT_PWD": "blw@1234",
|
|
"Key": "3ff392405dbe9bd1",
|
|
"Security": "KpGqGUzZrMZeo9CaqLqwb5vcb9BWuoEs6OtBlHG1YmAcB",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|