mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
check for user before getting orgs, create default config
This commit is contained in:
parent
6d9731f071
commit
717aa09daa
6 changed files with 49 additions and 29 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue