forked from SotoAlt/monad-game-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 756 Bytes
/
.env.example
File metadata and controls
24 lines (20 loc) · 756 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
PORT=3000
NODE_ENV=development
# Database (optional — falls back to in-memory)
DATABASE_URL=postgresql://game:changeme@localhost:5432/game_db
DB_PASSWORD=changeme
# Auth (optional — works in guest-only mode without these)
JWT_SECRET=change-this-to-a-random-string
PRIVY_APP_ID=your-privy-app-id
PRIVY_APP_SECRET=your-privy-app-secret
VITE_PRIVY_APP_ID=your-privy-app-id
VITE_PRIVY_CLIENT_ID=your-privy-client-id
# Blockchain (optional — Monad)
MONAD_RPC_URL=https://rpc.monad.xyz
TREASURY_ADDRESS=0x...your-treasury-address
VITE_TREASURY_ADDRESS=0x...same-address
# Agent (optional — game works without AI agent)
# AGENT_SESSION_ID=your-agent-session-id
# AGENT_GATEWAY_URL=http://localhost:18789
# AI_PLAYERS=true
# VITE_DEFAULT_ARENA=default