use config file instead of env

This commit is contained in:
Milo Schwartz
2024-10-12 18:21:31 -04:00
parent 6fb569e2cd
commit d9ae322e2a
19 changed files with 189 additions and 209 deletions

15
config/config.example.yml Normal file
View File

@@ -0,0 +1,15 @@
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"