fosrl.pangolin/config/config.example.yml

16 lines
287 B
YAML
Raw Normal View History

2024-10-12 18:21:31 -04:00
app:
name: Pangolin
base_url: http://localhost:3000
log_level: debug
save_logs: "false"
server:
external_port: "3000"
internal_port: "3001"
2024-10-12 21:23:12 -04:00
internal_hostname: localhost
secure_cookies: "false"
2024-10-12 18:21:31 -04:00
rate_limit:
window_minutes: "1"
max_requests: "100"