Files
SneakySwole/.env.production
Phillip Tarrant 3dc0171639
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
updating dockerfiles for deployment vs local dev
2026-02-24 15:37:21 -06:00

13 lines
258 B
Plaintext

# SneakySwole Production Environment
# Copy to .env on your production server and fill in real values.
ADMIN_USERNAME=admin
ADMIN_PASSWORD=
APP_ENV=production
APP_HOST=0.0.0.0
APP_PORT=8000
APP_LOG_LEVEL=warning
DATABASE_URL=sqlite:///data/sneakyswole.db