mirror of
https://github.com/vee1e/hiring-agent.git
synced 2026-09-01 18:57:21 +00:00
6 lines
121 B
Python
6 lines
121 B
Python
"""
|
|
Configuration settings for the hiring agent application.
|
|
"""
|
|
|
|
# Global development mode flag
|
|
DEVELOPMENT_MODE = True
|