Files
droidclaw/server/.env.example
T

4 lines
104 B
Bash

DATABASE_URL="postgres://user:password@host:port/db-name"
PORT=8080
CORS_ORIGIN="http://localhost:5173"