-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (29 loc) · 857 Bytes
/
.env.example
File metadata and controls
36 lines (29 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
# ============================================================
# AgentZero Launch — Environment Variables
# Copy to .env and fill with real values
# ============================================================
# ---- App ----
APP_NAME=AgentZero Launch
APP_VERSION=1.0.0
DEBUG=True
# ---- Database ----
DATABASE_URL=postgresql+asyncpg://agentzero:password@localhost:5432/agentzero
# ---- Redis ----
REDIS_URL=redis://localhost:6379/0
# ---- Security ----
SECRET_KEY=your-super-secret-key-change-in-production
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=10080
# ---- OAuth (optional) ----
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# ---- Stripe (optional) ----
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
STRIPE_PUBLISHABLE_KEY=
# ---- Akash ----
AKASH_NETWORK=mainnet
AKASH_KEYRING_BACKEND=test
AKASH_WALLET_KEY=