Updated `Version` in `LicenseOptions` and `FileVersion` in `SystemJsOptions` from `1.0.100` to `1.0.101` across all configuration files: `appsettings.Live.json`, `appsettings.Production.json`, `appsettings.Staging.json`, and `appsettings.json`. No other changes were made.
170 lines
4.1 KiB
JSON
170 lines
4.1 KiB
JSON
{
|
|
"AzureWebJobsDashboard": "",
|
|
"ConnectionStrings": {
|
|
"SqlDbContext": "data source=.\\SQLEXPRESS;Database=gehGassi_2023;Trusted_Connection=true;MultipleActiveResultSets=true;Column Encryption Setting = Enabled;Encrypt=False"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
|
|
}
|
|
},
|
|
"LocalizationOptions": {
|
|
"DefaultCulture": "de",
|
|
"Languages": "DE,EN"
|
|
},
|
|
"EmailSenderOptions": {
|
|
"SendGridKey": "",
|
|
"Name": "gehgassi",
|
|
"Email": "office@gehgassi.com"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"LicenseOptions": {
|
|
"Address": "https://creativeBITS.com",
|
|
"Software": "gehgassi",
|
|
"Version": "1.0.101"
|
|
},
|
|
"SystemJsOptions": {
|
|
"FileVersion": "1.0.101"
|
|
},
|
|
"SessionSettings": {
|
|
"TimeOut": "60",
|
|
"Warning": "55",
|
|
"Autologout": true,
|
|
"ClientTimeOut": "20",
|
|
"ClientWarning": "18",
|
|
"ClientAutologout": true,
|
|
"PersistentCookie": false
|
|
},
|
|
"AuditOptions": {
|
|
"IsEnabled": true
|
|
},
|
|
"FileServiceModeOptions": {
|
|
"Cloud": false,
|
|
"AzureStorage": ""
|
|
},
|
|
"Pwned": {
|
|
"UserAgent": "Pwned.Web-Agent",
|
|
"ServiceApiUrl": "https://haveibeenpwned.com/api/",
|
|
"ServiceApiVersion": "2",
|
|
"PasswordsApiUrl": "https://api.pwnedpasswords.com/"
|
|
},
|
|
"VatValidation": {
|
|
"Enabled": false,
|
|
"Address": "http://ec.europa.eu/taxation_customs/vies/services/checkVatService",
|
|
"Countries": "BE;BG;CZ;DK;DE;EE;IE;EL;ES;FR;HR;IT;CY;LV;LT;LU;HU;MT;NL;AT;PL;PT;RO;SI;SK;FI;SE",
|
|
"NoTaxCountries": "CH"
|
|
},
|
|
"ApplicationInsights": {
|
|
"InstrumentationKey": ""
|
|
},
|
|
"ApplicationInsightsOptions": {
|
|
"IsEnabled": false
|
|
},
|
|
"AuthOptions": {
|
|
"MustConfirmEmail": true
|
|
},
|
|
"fido2": {
|
|
"serverDomain": "localhost",
|
|
"serverName": "gehGassiLocal",
|
|
"origin": "https://localhost:5001",
|
|
"timestampDriftTolerance": 300000,
|
|
"MDSAccessKey": null
|
|
},
|
|
"JWT": {
|
|
"ValidAudience": "gehGassiApp",
|
|
"ValidIssuer": "gehGassiServer",
|
|
"Secret": "",
|
|
"TokenMinutes": 60,
|
|
"RefreshTokenMinutes": 20160
|
|
},
|
|
"WebJobApi": {
|
|
"KeyName": "gehGassixWebJob",
|
|
"KeyValue": "",
|
|
"Url": ""
|
|
},
|
|
"CachingOptions": {
|
|
"Lib": 31536000,
|
|
"Config": 31536000,
|
|
"Scripts": 31536000,
|
|
"Images": 31536000,
|
|
"ResourcesCache": 3600,
|
|
"Default": 31536000
|
|
},
|
|
"RedisOptions": {
|
|
"ConnectionString": "",
|
|
"InstanceName": "gehGassi"
|
|
},
|
|
"DataProtectionOptions": {
|
|
"Mode": "File", //"File" oder "Cloud"
|
|
"AzureStorage": ""
|
|
},
|
|
"BackgroundServiceOptions": {
|
|
"TimerIntervalInSeconds": 60,
|
|
"CancelPendingMinutes": 60,
|
|
"AutoComplete": false,
|
|
"CompleteMinutes": 1440,
|
|
"AutoConfirm": true,
|
|
"ConfirmationMinutes": 10080,
|
|
"ConfirmationReminderMinutes": 1440,
|
|
"MinPayoutAmmount": 1
|
|
},
|
|
"GeoLocationOptions": {
|
|
"BaseUri": "https://nominatim.openstreetmap.org/",
|
|
"UserAgentName": "gehGassi",
|
|
"UserAgentVersion": "1.0"
|
|
},
|
|
"ShopOptions": {
|
|
"SourceCountry": "AT",
|
|
"PayPalUseSandbox": true,
|
|
"PayPalBaseUrl": "https://api-m.paypal.com",
|
|
"PayPalSandboxUrl": "https://api-m.sandbox.paypal.com",
|
|
"KlarnaUsePlayground": true,
|
|
"KlarnaBaseUrl": "https://api.klarna.com",
|
|
"KlarnaPlaygroundUrl": "https://api.playground.klarna.com"
|
|
},
|
|
"ListingOptions": {
|
|
"Platin": 1,
|
|
"Gold": 9,
|
|
"Silver": 30,
|
|
"Base": 100000
|
|
},
|
|
"LoginProvider": {
|
|
"Google": {
|
|
"ClientId": "",
|
|
"Secret": ""
|
|
}
|
|
},
|
|
"AppleOptions": {
|
|
"ClientId": "",
|
|
"TeamId": "",
|
|
"KeyId": ""
|
|
},
|
|
"MangoPayOptions": {
|
|
"ClientId": "",
|
|
"ApiKey": "",
|
|
"BaseUrl": "https://api.sandbox.mangopay.com"
|
|
},
|
|
"PushNotificationOptions": {
|
|
"ConnectionString": "",
|
|
"HubName": ""
|
|
},
|
|
"WalkComplaintOptions": {
|
|
"Email": ""
|
|
},
|
|
"CoinsOptions": {
|
|
"WalkForDogwalker": 1.0,
|
|
"SittingForDowgWalker": 5.0,
|
|
"DayCareForDowgWalker": 2.0,
|
|
"WalkForOwner": 1.0,
|
|
"SittingForOwner": 5.0,
|
|
"DayCareForOwner": 2.0
|
|
},
|
|
"MinCoinsForPot": {
|
|
"DogWalkerMonthly": 3.0,
|
|
"DogWalkerYearly": 12.0,
|
|
"OwnerMonthly": 3.0,
|
|
"OwnerYearly": 6.0
|
|
}
|
|
} |