claw-code/.guardrails/examples/go/testdata/development.yaml

16 lines
284 B
YAML

# Development configuration
# Used when APP_ENV=development
database:
host: "localhost"
port: 5432
name: "dev_db"
ssl_mode: "disable"
max_connections: 10
services:
api_url: "http://localhost:3000"
cache_host: "localhost:6379"
timeout_seconds: 10
retry_attempts: 2