All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
13 lines
258 B
Plaintext
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
|