-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
25 lines (19 loc) · 733 Bytes
/
env.example
File metadata and controls
25 lines (19 loc) · 733 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
# Database Configuration
DATABASE_URL=postgres://mymodus:mymodus123@localhost:5432/mymodus
# Redis Configuration
REDIS_URL=redis://localhost:6379
# JWT Configuration
JWT_SECRET=your_super_secret_jwt_key_here_change_in_production
# OpenAI Configuration
OPENAI_API_KEY=your_openai_api_key_here
OPENAI_BASE_URL=https://api.openai.com/v1
# Ethereum Configuration
ETHEREUM_RPC_URL=http://localhost:8545
ESCROW_CONTRACT_ADDRESS=0x0000000000000000000000000000000000000000
LOYALTY_TOKEN_ADDRESS=0x0000000000000000000000000000000000000000
NFT_CONTRACT_ADDRESS=0x0000000000000000000000000000000000000000
# IPFS Configuration
IPFS_API_URL=http://localhost:5001
IPFS_GATEWAY_URL=http://localhost:8080/ipfs
# Server Configuration
PORT=8080