57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Otel": {
|
|
"EnableTracing": true,
|
|
"Endpoint": "https://uptrace.egalware.com:14317",
|
|
"Dsn": "https://DC_iX71mEzg7KA7atQEBdQ@uptrace.egalware.com?grpc=14317"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=13, connectTimeout=3000, syncTimeout=3000, asyncTimeout=3000, abortConnect=false, ssl=false, allowAdmin=true",
|
|
"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": "localhost",
|
|
"Server": "mdb.ufficio",
|
|
//"Server": "mdb.ovh",
|
|
"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": {
|
|
"CodApp": "GWMS",
|
|
"RoundFact": 1000,
|
|
"NumPar": 4,
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
} |