Skip to content

Commit 1e1cd64

Browse files
committed
Create .env.example with Redis and Worker configuration
1 parent a8f08c8 commit 1e1cd64

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.env.example

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Redis Configuration
2+
REDIS_URL=redis://localhost:6379
3+
4+
# Worker Configuration
5+
WORKER_CONCURRENCY=4
6+
WORKER_SPAWN_THRESHOLD=5
7+
WORKER_CULL_THRESHOLD=1
8+
9+
# Pheromone Configuration
10+
PHEROOMONE_DECAY_RATE=0.01
11+
PHEROOMONE_CHECK_INTERVAL=2000
12+
13+
# Server Configuration
14+
PORT=3000

0 commit comments

Comments
 (0)