-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 983 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 983 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
# =============================================================================
# AIM - Minimal Configuration
# =============================================================================
# Copy to .env and run: docker compose up -d
#
# For advanced configuration, see: docs/configuration.md
# =============================================================================
# ----- REQUIRED: Generate these secrets -----
# Run: openssl rand -hex 32
JWT_SECRET=CHANGE_ME_run_openssl_rand_hex_32
# Run: openssl rand -base64 32
KEYVAULT_MASTER_KEY=CHANGE_ME_run_openssl_rand_base64_32
# ----- Database -----
POSTGRES_PASSWORD=your_secure_password_here
# ----- Google OAuth (optional, for "Sign in with Google") -----
# Get from: https://console.cloud.google.com/apis/credentials
# GOOGLE_CLIENT_ID=your_google_client_id.apps.googleusercontent.com
# GOOGLE_CLIENT_SECRET=your_google_client_secret
# ----- Email (optional, defaults to console logging) -----
# EMAIL_PROVIDER=console