1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homarr_ynh.git synced 2024-09-03 19:26:00 +02:00
homarr_ynh/conf/.env

18 lines
412 B
Bash
Raw Permalink Normal View History

2023-11-24 12:29:01 +01:00
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"
2023-11-24 12:48:03 +01:00
DEFAULT_COLOR_SCHEME="light"
DOCKER_HOST="unix:///var/run/docker.sock"
2023-11-24 12:51:43 +01:00
TZ=__TIMEZONE__