mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-29 07:04:39 +02:00
16 lines
275 B
YAML
16 lines
275 B
YAML
|
app:
|
||
|
name: Pangolin
|
||
|
environment: dev
|
||
|
base_url: http://localhost:3000
|
||
|
log_level: debug
|
||
|
save_logs: "false"
|
||
|
secure_cookies: "false"
|
||
|
|
||
|
server:
|
||
|
external_port: "3000"
|
||
|
internal_port: "3001"
|
||
|
|
||
|
rate_limit:
|
||
|
window_minutes: "1"
|
||
|
max_requests: "100"
|