Files
crank/.env.example
T
2026-03-28 00:58:56 +03:00

14 lines
433 B
Bash

POSTGRES_DB=crank
POSTGRES_USER=crank
POSTGRES_PASSWORD=change-me
CRANK_DATABASE_URL=postgres://crank:change-me@postgres:5432/crank
CRANK_STORAGE_ROOT=/var/lib/crank/storage
CRANK_PUBLISH_HOST=127.0.0.1
CRANK_ADMIN_BIND=0.0.0.0:3001
CRANK_MCP_BIND=0.0.0.0:3002
CRANK_MCP_REFRESH_MS=5000
CRANK_LOG_LEVEL=info
CRANK_SECRET_PROVIDER=env
CRANK_PUBLIC_BASE_URL=https://crank.example.com
CRANK_MCP_PUBLIC_URL=https://crank.example.com/mcp