Spaces:
Running on Zero
Running on Zero
| # ===================================================== | |
| # Apckeyl Orchestrator | |
| # Version 1.0 | |
| # project_config.py | |
| # ===================================================== | |
| """ | |
| Project Configuration. | |
| Глобальная конфигурация проекта. | |
| Version 1.0 | |
| """ | |
| # ----------------------------------------------------- | |
| # Project | |
| # ----------------------------------------------------- | |
| PROJECT_NAME = "Apckeyl Orchestrator" | |
| PROJECT_VERSION = "1.0" | |
| PROJECT_AUTHOR = "Apckeyl" | |
| # ----------------------------------------------------- | |
| # Debug | |
| # ----------------------------------------------------- | |
| DEBUG = True | |
| # ----------------------------------------------------- | |
| # Logging | |
| # ----------------------------------------------------- | |
| ENABLE_LOGGER = True | |
| # ----------------------------------------------------- | |
| # Monitoring | |
| # ----------------------------------------------------- | |
| ENABLE_RESOURCE_MONITOR = True | |
| # ----------------------------------------------------- | |
| # Telegram | |
| # ----------------------------------------------------- | |
| ENABLE_TELEGRAM = True | |
| # ----------------------------------------------------- | |
| # Web Interface | |
| # ----------------------------------------------------- | |
| ENABLE_WEB_INTERFACE = True | |
| # ----------------------------------------------------- | |
| # Queue | |
| # ----------------------------------------------------- | |
| ENABLE_QUEUE = True | |
| # ----------------------------------------------------- | |
| # Future modules | |
| # ----------------------------------------------------- | |
| ENABLE_IMAGE_FACTORY = True | |
| ENABLE_VIDEO_FACTORY = True | |
| ENABLE_STORY_CHARACTER_STUDIO = True | |
| ENABLE_STOCK_FACTORY = True | |
| ENABLE_DOWNLOAD_MANAGER = True | |
| ENABLE_SPACE_MANAGER = True |