Files
sass-mohfarawati/.env.example
T
MOH 87a597c872
CI / quality (push) Waiting to run
Move admin area to root subdomain
2026-03-12 00:15:12 +01:00

10 lines
393 B
Bash

DATABASE_URL="postgresql://postgres:postgres@db:5432/moh_sass?schema=public"
NEXT_PUBLIC_APP_URL="https://mohfarawati.de"
NEXT_PUBLIC_SITE_URL="https://mohfarawati.de"
NEXT_PUBLIC_ADMIN_URL="https://root.mohfarawati.de"
NEXT_TELEMETRY_DISABLED="1"
ADMIN_PASSWORD="123Yolo!321"
ADMIN_AUTH_SECRET="Us0z76jwlTQLOeQWAGGxAxDcc0rHwp4q"
ROOT_BASIC_AUTH_USER="root"
ROOT_BASIC_AUTH_PASS="123Yolo!321"