21 lines
410 B
Plaintext
21 lines
410 B
Plaintext
# HarborForge Environment Variables
|
|
# Copy to .env and customize as needed
|
|
|
|
# Port configurations (defaults shown)
|
|
WIZARD_PORT=8080
|
|
MYSQL_PORT=3306
|
|
BACKEND_PORT=8000
|
|
FRONTEND_PORT=3000
|
|
|
|
# Database (optional overrides)
|
|
MYSQL_ROOT_PASSWORD=harborforge_root
|
|
MYSQL_DATABASE=harborforge
|
|
MYSQL_USER=harborforge
|
|
MYSQL_PASSWORD=harborforge_pass
|
|
|
|
# Security
|
|
SECRET_KEY=change_me_in_production
|
|
|
|
# Logging
|
|
LOG_LEVEL=INFO
|