Files
n8n-workflows/.env.development
Sahiix@1 3c0a92c460 ssd (#10)
* ok

ok

* Refactor README for better structure and readability

Updated README to improve formatting and clarity.

* Initial plan

* Initial plan

* Initial plan

* Initial plan

* Comprehensive deployment infrastructure implementation

Co-authored-by: sahiixx <221578902+sahiixx@users.noreply.github.com>

* Add comprehensive deployment infrastructure - Docker, K8s, CI/CD, scripts

Co-authored-by: sahiixx <221578902+sahiixx@users.noreply.github.com>

* Add files via upload

* Complete deployment implementation - tested and working production deployment

Co-authored-by: sahiixx <221578902+sahiixx@users.noreply.github.com>

* Revert "Implement comprehensive deployment infrastructure for n8n-workflows documentation system"

* Update docker-compose.prod.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update scripts/health-check.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: dopeuni444 <sahiixofficial@wgmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-29 09:31:37 +04:00

25 lines
436 B
Plaintext

# Development Environment Configuration
# Copy this file to .env for local development
# Application Settings
ENVIRONMENT=development
DEBUG=true
LOG_LEVEL=debug
RELOAD=true
# Server Configuration
HOST=127.0.0.1
PORT=8000
# Database Configuration
DATABASE_PATH=database/workflows.db
WORKFLOWS_PATH=workflows
# Development Features
ENABLE_METRICS=false
MAX_WORKERS=1
# Logging
LOG_FORMAT=detailed
LOG_TO_CONSOLE=true
LOG_TO_FILE=true