DATABASE_URL="file:./database/db.sqlite"

# Next Auth
# You can generate a new secret on the command line with:
# openssl rand -base64 32
# https://next-auth.js.org/configuration/options#secret
NEXTAUTH_URL="http://127.0.0.1:__PORT__"

NEXTAUTH_SECRET="__SECRET__"

# Disable analytics
NEXT_PUBLIC_DISABLE_ANALYTICS="true"

DEFAULT_COLOR_SCHEME="light"

DOCKER_HOST="unix:///var/run/docker.sock"

TZ=__TIMEZONE__