Some checks failed
CI / skip-ci-check (pull_request) Successful in 7s
CI / python-lint (pull_request) Has been cancelled
CI / test-backend (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / secret-scanning (pull_request) Has been cancelled
CI / dependency-scan (pull_request) Has been cancelled
CI / sast-scan (pull_request) Has been cancelled
CI / workflow-summary (pull_request) Has been cancelled
CI / lint-and-type-check (pull_request) Has been cancelled
16 lines
513 B
Plaintext
16 lines
513 B
Plaintext
# Viewer frontend env (copy to ".env" and edit values)
|
|
|
|
# Prisma DB URLs (note: no "+psycopg2" here)
|
|
DATABASE_URL=postgresql://punimtag:CHANGE_ME@127.0.0.1:5432/punimtag
|
|
DATABASE_URL_AUTH=postgresql://punimtag_auth:CHANGE_ME@127.0.0.1:5432/punimtag_auth
|
|
|
|
|
|
# NextAuth
|
|
NEXTAUTH_URL=http://127.0.0.1:3001
|
|
NEXTAUTH_SECRET=CHANGE_ME_TO_A_LONG_RANDOM_STRING
|
|
AUTH_URL=http://127.0.0.1:3001
|
|
|
|
RESEND_API_KEY=CHANGE_ME_secret-key
|
|
RESEND_FROM_EMAIL="onboarding@resend.dev"
|
|
UPLOAD_DIR="/mnt/db-server-uploads/pending-photos"
|