初始化

This commit is contained in:
2025-12-11 14:04:39 +08:00
commit 1f65bbf628
2676 changed files with 838983 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
//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": "*"
}