forked from rubyforgood/awbw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
33 lines (27 loc) · 948 Bytes
/
.env.sample
File metadata and controls
33 lines (27 loc) · 948 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
28
29
30
31
32
33
# If using database in docker compose
DATABASE_URL=trilogy://root@$(docker compose port database 3306)/
# DATABASE_URL=trilogy://root@localhost:3306/
# AWS - Used for S3 storage
AWS_ACCESS_KEY_ID=SOME_ID
AWS_SECRET_ACCESS_KEY=SOME_KEY
AWS_REGION=us-east-1
AWS_S3_BUCKET=awbwassets_development
# Email settings
SMTP_USERNAME=SOME_USERNAME
SMTP_PASSWORD=SOME_PASSWORD
SMTP_SERVER=SOME_HOST
SMTP_PORT=2525
# Honeycomb / OpenTelemetry (production only)
HONEYCOMB_API_KEY=your-api-key-here
OTEL_SERVICE_NAME=awbw
# Honeybadger error monitoring (production only)
HONEYBADGER_API_KEY=your-api-key-here
# Asset CDN (DigitalOcean Spaces)
# ASSET_HOST=https://the-bucket.sfo3.cdn.digitaloceanspaces.com
# Other
RAILS_ENV=development
APP_HOST=localhost:3000
RAILS_SERVE_STATIC_FILES=true
ORGANIZATION_NAME=A Window Between Worlds
REPLY_TO_EMAIL=umberto.user@example.com
BLAZER_DATABASE_URL=db_url # Optional if you want to use a different db for Blazer