Skip to content

Commit 650796b

Browse files
committed
Update .env.example
1 parent 6cc3781 commit 650796b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.env.example

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
CLICKHOUSE_URL="http://default:@localhost:8123/databuddy_analytics"
2+
DATABASE_URL="postgres://databuddy:databuddy_dev_password@localhost:5432/databuddy"
3+
REDIS_URL="redis://localhost:6379"
4+
5+
# Openrouter API key, only needed for the assistant
6+
AI_API_KEY=""
7+
8+
BETTER_AUTH_URL="http://localhost:3000"
9+
BETTER_AUTH_SECRET="your_bcrypt_secret"
10+
11+
# OpenPageRank key, not needed for most operations
12+
OPR_API_KEY=""
13+
14+
# Optional, not necessary unless you plan to upload images to organizations
15+
R2_ACCESS_KEY_ID=""
16+
R2_SECRET_ACCESS_KEY=""
17+
R2_BUCKET=""
18+
R2_ENDPOINT=""
19+
20+
# Not necessary, disabled if node env is development
21+
AUTUMN_SECRET_KEY="autumn pls sponsor me ily"
22+
23+
# Important for local
24+
NODE_ENV=development
25+
26+
# Only change if needed
27+
LOGTAIL_SOURCE_TOKEN="124353"
28+
LOGTAIL_ENDPOINT="1234567.com"
29+
30+
# Not necessary, except for github oauth
31+
GITHUB_CLIENT_ID="gitlabs was here"
32+
GITHUB_CLIENT_SECRET="i guess"
33+
34+
# Not necessary, except for google oauth
35+
GOOGLE_CLIENT_ID="just bing it"
36+
GOOGLE_CLIENT_SECRET="alot"
37+
38+
# Not Necessary unless self-hosting
39+
RESEND_API_KEY="bongo cat"
40+
41+
NEXT_PUBLIC_API_URL="http://localhost:3001"
42+
43+
# Not Necessary unless using blog
44+
MARBLE_WORKSPACE_KEY=
45+
MARBLE_API_URL=https://api.marblecms.com

0 commit comments

Comments
 (0)