You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
481 B
18 lines
481 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"postgresql": "User ID=root;Host=localhost;Port=26257;Database=iotdb;CommandTimeout=120",
|
|
"sqlite": "Data Source=iotcenter.db",
|
|
"mysql": "Server=127.0.0.1;Port=3306;Database=iotcenter;Uid=root;Pwd=root;",
|
|
"redis": "127.0.0.1:6379,allowAdmin=true"
|
|
},
|
|
"AppSettings": {
|
|
"database": "sqlite",
|
|
"UseCookieSessionStore": false
|
|
}
|
|
} |