fosrl.pangolin/config/config.example.yml
2024-10-12 21:23:12 -04:00

16 lines
308 B
YAML

app:
name: Pangolin
environment: dev
base_url: http://localhost:3000
log_level: debug
save_logs: "false"
server:
external_port: "3000"
internal_port: "3001"
internal_hostname: localhost
secure_cookies: "false"
rate_limit:
window_minutes: "1"
max_requests: "100"