Files
SHERPA/SHERPA.AD/appsettings.Production.json
T
2025-05-13 15:08:36 +02:00

20 lines
810 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Application": {
"ContactText": "Our contacts and support sites",
"Name": "SHERPA Invoice Management",
"ShortName": "SHERPA IM",
"JumpUrl": "https://office.egalware.com/SHERPA-AD/index"
},
"ConnectionStrings": {
"Redis": "redis.ufficio:26379,serviceName=prod,DefaultDatabase=4,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false,password=BtN9Py1wtLfLRvmzWnOPJ7RytDM+CLiVsJ/16zduNTlV8IOPGNrtzJSXPUnImA5PqmUMhKaUqo9NdHIG",
"Sherpa.Fatt": "Data Source=W2019-SQL-STEAM;Initial Catalog=SHERPA.Fatt;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=Sherpa.BBM;"
}
}