ZTNET/.env

12 lines
345 B
Bash
Raw Permalink Normal View History

2025-11-23 18:41:26 +00:00
POSTGRES_USER=postgres
POSTGRES_PASSWORD=change_me_strong
POSTGRES_DB=ztnet
# public URL where users access the UI (set your domain):
ZTN_DOMAIN=ztnet.rozic-dev.com
NEXTAUTH_URL=https://ztnet.rozic-dev.com
NEXTAUTH_SECRET=$(openssl rand -hex 32)
# internal URL the ztnet container uses to reach itself:
NEXTAUTH_URL_INTERNAL=http://ztnet:3000