tubesync/dev.env

6 lines
101 B
Bash

GUNICORN_WORKERS=1
DJANGO_ALLOWED_HOSTS=localhost
DJANGO_SECRET_KEY=not-a-secret
PUID=1234
PGID=1234