Prepare production and Coolify deployment with original exports and datetime pickers
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Copy to .env.production; never commit the filled-in file.
|
||||
# Use a long random URL-safe password (e.g. hexadecimal).
|
||||
POSTGRES_PASSWORD=
|
||||
NEXT_PUBLIC_APP_URL=https://photos.example.com
|
||||
BETTER_AUTH_URL=https://photos.example.com
|
||||
BETTER_AUTH_SECRET=
|
||||
EMAIL_PROVIDER=resend
|
||||
EMAIL_FROM=Manyangles <photos@example.com>
|
||||
RESEND_API_KEY=
|
||||
RESEND_WEBHOOK_SECRET=
|
||||
S3_ENDPOINT=https://s3.example.com
|
||||
S3_PUBLIC_ENDPOINT=https://s3.example.com
|
||||
S3_REGION=us-east-1
|
||||
S3_BUCKET=manyangles
|
||||
S3_ACCESS_KEY=
|
||||
S3_SECRET_KEY=
|
||||
S3_FORCE_PATH_STYLE=true
|
||||
AUTHENTIK_ISSUER=
|
||||
AUTHENTIK_CLIENT_ID=
|
||||
AUTHENTIK_CLIENT_SECRET=
|
||||
WORKER_CONCURRENCY=1
|
||||
Reference in New Issue
Block a user