52 lines
1.9 KiB
JSON
52 lines
1.9 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Redis": "localhost:6379",
|
|
//"AuthConnection": "Server=10.74.83.97;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;",
|
|
//"DefaultConnection": "Server=10.74.83.97;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;",
|
|
//"AdminConnection": "Server=10.74.83.97;port=3306;database=GWMS;user=root;pwd=Egalware_24068!;sslmode=None;",
|
|
//"GWMS.Data": "Server=10.74.83.97;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;"
|
|
"AuthConnection": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;",
|
|
"DefaultConnection": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;",
|
|
"AdminConnection": "Server=localhost;port=3306;database=GWMS;user=root;pwd=Egalware_24068!;sslmode=None;",
|
|
"GWMS.Data": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;"
|
|
},
|
|
"DbConfig": {
|
|
//"Server": "10.74.83.97",
|
|
"Server": "localhost",
|
|
"nKey": "PZZFRR",
|
|
"sKey": "M3T@n0"
|
|
},
|
|
"TimeoutOffline": 3,
|
|
"IntervalMin": 60,
|
|
"MaxLogRecord": 360,
|
|
"ZCodeUrl": "https://qrcode.steamware.net/",
|
|
"ChartWaitDelay": 10,
|
|
"logo": "img/LogoPizzaferri.jpg",
|
|
"ReloadParamTimer": 15000,
|
|
"ReloadStatusTimer": 20000,
|
|
"RuntimeOpt": {
|
|
"BaseUrl": "https://localhost:5003",
|
|
"BaseAppPath": "/pizzaferri/",
|
|
"QrRedirPage": ""
|
|
},
|
|
"ExternalProviders": {
|
|
"MailKit": {
|
|
"SMTP": {
|
|
"Address": "smtp-mail.outlook.com",
|
|
"Port": "587",
|
|
"Account": "gwms.notify@outlook.com",
|
|
"Password": "Gwms_2022!",
|
|
"SenderEmail": "gwms.notify@outlook.com",
|
|
"SenderName": "GWMS Notification"
|
|
}
|
|
}
|
|
}
|
|
} |