HR notification added

This commit is contained in:
2025-12-27 21:57:10 +01:00
parent ce19237444
commit 733ee756c7
7 changed files with 1124 additions and 1 deletions
+4
View File
@@ -21,6 +21,10 @@ class Config:
# Company name for emails
COMPANY_NAME = os.getenv('COMPANY_NAME', 'Unser Unternehmen')
# HR notification settings
HR_EMAIL = os.getenv('HR_EMAIL')
APPLICATION_URL_BASE = os.getenv('APPLICATION_URL_BASE', 'http://localhost:5000')
# Application settings
APPLICATIONS_FOLDER = './applications'
MAX_FILE_SIZE = 4 * 1024 * 1024 # 4 MB in bytes