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.
17 lines
410 B
17 lines
410 B
{
|
|
"version": "1.0.0-rc.1219",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"database.mysql.connection": "Server=127.0.0.1;Port=3306;Database=iotcenter;Uid=root;Pwd=root;",
|
|
"database.sqlite.connection": "Data Source=iotcenter.db"
|
|
},
|
|
"AppSettings": {
|
|
"database": "sqlite",
|
|
"UseCookieSessionStore": false
|
|
}
|
|
} |