初始化
This commit is contained in:
23
EMQX_HttpAuth/appsettings.json
Normal file
23
EMQX_HttpAuth/appsettings.json
Normal 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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user