20 lines
628 B
JSON
20 lines
628 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;",
|
|
"GWMS.Data": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;"
|
|
},
|
|
"DbConfig": {
|
|
"Server": "localhost",
|
|
"nKey": "PZZFRR",
|
|
"sKey": "M3T@n0"
|
|
},
|
|
"matrixUrl": "http://qrcode.steamware.net/"
|
|
} |