Files
veridian/.env.example
T
2026-01-11 05:04:29 -06:00

5 lines
191 B
Bash

VERIDIAN_DB_NAME=veridian
POSTGRES_PASSWORD=password
NUXT_AUTH_SECRET="YOUR-SUPER-SECURE-SECRET" # openssl rand -base64 32
DATABASE_URL=postgresql://postgres:password@localhost:5432/veridian