forked from nobodies-collective/Humans
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 875 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Google OAuth credentials
GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-google-client-secret
# Google Maps (Places autocomplete for member location)
GOOGLE_MAPS_API_KEY=your-google-maps-api-key
# Email (SMTP relay for transactional emails)
EMAIL_USERNAME=your-smtp-username
EMAIL_PASSWORD=your-smtp-password
# GitHub (optional — raises API rate limit from 60/hr to 5,000/hr for legal doc sync)
GITHUB_ACCESS_TOKEN=ghp_your-personal-access-token
# Google Workspace (service account JSON key for Drive/Groups provisioning)
# Paste the entire JSON key as a single line, or mount the file and use GOOGLE_SA_KEY_PATH instead
GOOGLE_SA_KEY_JSON=
# GOOGLE_SA_KEY_PATH=/path/to/service-account-key.json
# Database (required — docker-compose will fail without POSTGRES_PASSWORD)
POSTGRES_PASSWORD=change-me-to-a-strong-password