forked from analogdotnow/Analog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 837 Bytes
/
.env.example
File metadata and controls
32 lines (25 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
28
29
30
31
32
# App
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/analog_db"
BETTER_AUTH_SECRET="32-char-string"
BETTER_AUTH_URL="http://localhost:3000"
# Google OAuth with Calendar access
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Microsoft OAuth with Calendar access (optional)
MICROSOFT_CLIENT_ID=
MICROSOFT_CLIENT_SECRET=
# Google Places API (optional)
GOOGLE_MAPS_API_KEY=
# Upstash Redis or Redis HTTP proxy
UPSTASH_REDIS_REST_URL="http://localhost:8079"
UPSTASH_REDIS_REST_TOKEN="upstash-local-token"
# Simple Analytics (optional)
SIMPLE_ANALYTICS_HOSTNAME="localhost"
NEXT_PUBLIC_SIMPLE_ANALYTICS_HOSTNAME="localhost"
# Redis HTTP proxy (optional)
SRH_MODE=env
SRH_TOKEN="upstash-local-token"
SRH_CONNECTION_STRING="redis://redis:6379"
# Marble Blog (optional)
MARBLE_WORKSPACE_KEY=
MARBLE_API_URL=https://api.marblecms.com