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