-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
20 lines (18 loc) · 812 Bytes
/
Copy pathexample.env
File metadata and controls
20 lines (18 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NODE_ENV=development
PORT=8000
DATABASE_URL=postgresql://userdoc_manager:<password>@localhost:5432/userdocdb
TEST_DATABASE_URL=postgresql://userdoc_manager:<password>@localhost:5432/userdocdb_test
STORAGE_DRIVER=local
CLIENT_ORIGINS=http://localhost:3000
# Production: use Supabase Storage's S3-compatible endpoint.
# STORAGE_DRIVER=s3
# S3_REGION=<Supabase project region>
# S3_ENDPOINT=https://<project-ref>.storage.supabase.co/storage/v1/s3
# S3_FORCE_PATH_STYLE=true
# S3_BUCKET_NAME=documents
# AWS_ACCESS_KEY_ID=<server-side S3 access key>
# AWS_SECRET_ACCESS_KEY=<server-side S3 secret key>
# STORAGE_PUBLIC_BASE_URL=https://<project-ref>.supabase.co/storage/v1/object/public/documents
# Keep database connections conservative in serverless deployments.
# DATABASE_POOL_MAX=5
# DATABASE_SSL_CA=supabase