9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
# Forest server gRPC endpoint
|
|
FOREST_SERVER_URL=http://localhost:4040
|
|
|
|
# HTTP port (default: 3000)
|
|
# PORT=3001
|
|
|
|
# PostgreSQL connection (optional - omit for in-memory sessions)
|
|
# DATABASE_URL=postgresql://forageuser:foragepassword@localhost:5432/forage
|