HR notification added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user