-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
27 lines (22 loc) · 837 Bytes
/
Copy pathenv.example
File metadata and controls
27 lines (22 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Server Configuration
PORT=4000
DATABASE_URL="postgresql://user:password@localhost:5432/bucketbackup?schema=public"
# AWS Configuration
AWS_ACCESS_KEY_ID=your_access_key
AWS_SECRET_ACCESS_KEY=your_secret_key
AWS_REGION=us-east-1
AWS_S3_BUCKET_NAME=your-aws-bucket
# GCP Configuration
GCP_PROJECT_ID=your-project-id
GCP_REGION=us-central1
GCP_BUCKET_NAME=your-gcp-bucket
GCP_SERVICE_ACCOUNT_KEY='{"type": "service_account", ...}'
# Azure Configuration
AZURE_STORAGE_ACCOUNT_NAME=your_account_name
AZURE_CONTAINER_NAME=your-container
AZURE_CONNECTION_STRING="DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;EndpointSuffix=core.windows.net"
# Notifications
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXXXX
# Security
JWT_SECRET=your_super_secret_key_change_me
ENCRYPTION_KEY=32_character_key_for_storage_secrets