check for user before getting orgs, create default config

This commit is contained in:
Milo Schwartz 2024-10-22 23:58:00 -04:00
parent 6d9731f071
commit 717aa09daa
No known key found for this signature in database
6 changed files with 49 additions and 29 deletions

View file

@ -1,20 +1,20 @@
app:
name: Pangolin
base_url: http://localhost:3000
log_level: debug
log_level: warning
save_logs: "false"
server:
external_port: "3000"
internal_port: "3001"
internal_hostname: localhost
secure_cookies: "false"
internal_hostname: pangolin
secure_cookies: "true"
traefik:
cert_resolver: "letsencrypt"
http_entrypoint: "http"
https_entrypoint: "https"
http_entrypoint: "web"
https_entrypoint: "websecure"
rate_limit:
window_minutes: "1"
max_requests: "100"
max_requests: "100"