45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Cors": {
|
|
"Origins": [
|
|
"http://localhost:3000",
|
|
"https://jobs.cesnimda.uk"
|
|
]
|
|
},
|
|
"Exports": {
|
|
"DailyEnabled": true,
|
|
"DailyFolder": "exports",
|
|
"DailyHourLocal": 2
|
|
},
|
|
"Auth": {
|
|
"Require": true,
|
|
"AllowRegistration": false,
|
|
"JwtKey": "Y00VuqZehhsMiNa8elch7q7FOlPm5ncugKJtMOpFn3P2xNtrZVfvGxVP2bKbnzL6rI08/H6vZGNBYh1dHh71/g==",
|
|
"JwtIssuer": "JobTrackerApi",
|
|
"JwtAudience": "job-tracker-ui",
|
|
"JwtExpiresMinutes": 720,
|
|
"AdminEmail": "dj@cesnimda.co.uk",
|
|
"AdminPassword": "Leethacks12",
|
|
"GoogleClientId": "723556162227-llqucvpog2esn1dutmtvuul1lv374or6.apps.googleusercontent.com"
|
|
},
|
|
"App": {
|
|
"PublicBaseUrl": "https://jobs.cesnimda.uk"
|
|
},
|
|
"Email": {
|
|
"Enabled": false,
|
|
"SmtpHost": "smtp.gmail.com",
|
|
"SmtpPort": 587,
|
|
"SmtpUser": "CHANGE_ME_GMAIL_ADDRESS",
|
|
"SmtpPassword": "CHANGE_ME_GOOGLE_APP_PASSWORD",
|
|
"From": "CHANGE_ME_GMAIL_ADDRESS",
|
|
"FromName": "Job Tracker",
|
|
"SmtpEnableSsl": true,
|
|
"SmtpTimeoutMs": 15000
|
|
}
|
|
}
|