-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
30 lines (24 loc) · 845 Bytes
/
.env.example
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
28
29
30
# Database Configuration
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/storage_agent
# Twilio Configuration
TWILIO_ACCOUNT_SID=your_account_sid_here
TWILIO_AUTH_TOKEN=your_auth_token_here
TWILIO_PHONE_NUMBER=+1234567890
# Application Settings
APP_ENV=development # development, staging, production
LOG_LEVEL=INFO
PORT=8000
# Security
SECRET_KEY=your_secret_key_here
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8000
# Storage Facility API
FACILITY_API_KEY=your_facility_api_key_here
FACILITY_API_SECRET=your_facility_api_secret_here
FACILITY_ID=default_facility_id
# Optional: Redis Cache (for future use)
# REDIS_URL=redis://localhost:6379/0
# Optional: AWS S3 (for future use)
# AWS_ACCESS_KEY_ID=your_aws_access_key
# AWS_SECRET_ACCESS_KEY=your_aws_secret_key
# AWS_REGION=us-east-1
# S3_BUCKET=your-bucket-name