8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
# Backend environment template
|
|
DATABASE_URL="postgresql://cisco_user:cisco_pass@localhost:5432/cisco_builder"
|
|
SECRET_KEY="change-this-in-production-use-strong-random-key"
|
|
ENCRYPTION_KEY="" # Leave empty to auto-generate, or set to base64 Fernet key
|
|
DEBUG=false
|
|
ENABLE_SSH_PUSH=true
|
|
REQUIRE_CONFIRMATION_BEFORE_PUSH=true
|