mirror of
https://github.com/YunoHost-Apps/homarr_ynh.git
synced 2024-09-03 19:26:00 +02:00
18 lines
No EOL
412 B
Bash
18 lines
No EOL
412 B
Bash
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__ |