-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (34 loc) · 857 Bytes
/
.env.example
File metadata and controls
42 lines (34 loc) · 857 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
33
34
35
36
37
38
39
40
41
42
# Database Configuration
DATABASE_URL="postgresql://user:password@localhost:5432/basednet"
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="password"
POSTGRES_HOST="localhost"
POSTGRES_PORT="5432"
POSTGRES_DB="basednet"
# IPFS Configuration
IPFS_PROJECT_ID=""
IPFS_PROJECT_SECRET=""
IPFS_GATEWAY="https://ipfs.io/ipfs/"
# Authentication
INDIE_AUTH_CLIENT_ID=""
INDIE_AUTH_CLIENT_SECRET=""
INDIE_AUTH_REDIRECT_URI="http://localhost:3000/api/auth/callback"
# API Keys & Security
NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"
# Rate Limiting
UPSTASH_REDIS_REST_URL=""
UPSTASH_REDIS_REST_TOKEN=""
# Federation
ACTIVITY_PUB_DOMAIN=""
ACTIVITY_PUB_USERNAME=""
# Feature Flags
ENABLE_WEBRING=true
ENABLE_AI_DISCOVERY=true
ENABLE_FEDERATION=true
ENABLE_CHAT=true
# Services
PINATA_API_KEY=""
PINATA_SECRET_KEY=""
# Analytics & Monitoring
SENTRY_DSN=""