Files
gwms/GWMS.UI/appsettings.Production.json
2026-03-04 08:52:55 +01:00

45 lines
1.5 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Otel": {
"EnableTracing": true,
//"Endpoint": "http://localhost:4317",
"Endpoint": "http://127.0.0.1:4318/v1/traces",
"Dsn": ""
},
"ConnectionStrings": {
"Redis": "localhost:26379, serviceName=prod-ovh, DefaultDatabase=13, connectTimeout=5000, syncTimeout=5000, asyncTimeout=5000, 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": "mdb.ovh",
"nKey": "PZZFRR",
"sKey": "M3T@n0"
},
"ExternalProviders": {
"MailKit": {
"SMTP": {
"Address": "smtp.gmail.com",
"Port": "587",
"Account": "services@steamware.net",
"Password": "vpsad24068",
"SenderEmail": "services@steamware.net",
"SenderName": "GWMS Notification"
}
}
},
"ZCodeUrl": "https://qrcode.steamware.net/",
"RuntimeOpt": {
"BaseUrl": "https://gwms.egalware.com",
"BaseAppPath": "/pizzaferri/",
"QrRedirPage": ""
}
}