File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments