29 lines
864 B
Bash
29 lines
864 B
Bash
DATABASE_URL=postgres://album:album@localhost:5439/album
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
BETTER_AUTH_SECRET=album-development-secret-change-me
|
|
BETTER_AUTH_URL=http://localhost:3000
|
|
|
|
# Optional Authentik OpenID Connect provider. Use the issuer URL shown by
|
|
# Authentik, for example: https://auth.example.com/application/o/vellum/
|
|
AUTHENTIK_ISSUER=
|
|
AUTHENTIK_CLIENT_ID=
|
|
AUTHENTIK_CLIENT_SECRET=
|
|
|
|
EMAIL_PROVIDER=mailpit
|
|
EMAIL_FROM=Album <photos@album.test>
|
|
SMTP_HOST=127.0.0.1
|
|
SMTP_PORT=1027
|
|
RESEND_API_KEY=
|
|
RESEND_FROM=Album <photos@album.test>
|
|
|
|
S3_ENDPOINT=http://127.0.0.1:3900
|
|
S3_PUBLIC_ENDPOINT=http://127.0.0.1:3900
|
|
S3_REGION=garage
|
|
S3_BUCKET=album
|
|
S3_ACCESS_KEY=GK0123456789abcdef0123456789abcdef
|
|
S3_SECRET_KEY=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
|
|
S3_FORCE_PATH_STYLE=true
|
|
|
|
WORKER_CONCURRENCY=1
|
|
WORKER_MIN_INTERVAL_MS=250
|