Files
selfhosting/.env.default
T

11 lines
156 B
Bash
Raw Normal View History

2024-12-08 19:09:45 +01:00
# general
2020-07-08 10:53:49 +02:00
ROOT_INSTALL=/srv
2024-12-08 19:09:45 +01:00
TZ=Europe/Paris
2022-03-13 17:57:56 +01:00
PUID=1000
PGID=1000
2021-11-01 19:10:42 +01:00
2024-12-08 19:09:45 +01:00
# apps
2024-12-14 20:53:06 +01:00
WALLABAG_URL=http://localhost
2025-09-14 14:27:42 +02:00
NTFY_URL=http://localhost:8017
NTFY_BEHIND_PROXY=true