Files
pangolin/config.example.yml
Milo Schwartz ca4f8d3877 config example
2024-11-24 11:58:35 -05:00

39 lines
781 B
YAML

app:
base_url: http://localhost:3000
log_level: debug
save_logs: false
server:
external_port: 3000
internal_port: 3001
internal_hostname: localhost
secure_cookies: false
session_cookie_name: session
traefik:
cert_resolver: letsencrypt
http_entrypoint: web
https_entrypoint: websecure
badger:
session_query_parameter: __pang_sess
resource_session_cookie_name: resource_session
gerbil:
start_port: 51820
base_endpoint: localhost
block_size: 16
subnet_group: 10.0.0.0/8
use_subdomain: true
rate_limit:
window_minutes: 1
max_requests: 100
email:
smtp_host: host.hoster.net
smtp_port: 587
smtp_user: no-reply@example.io
smtp_pass: aaaaaaaaaaaaaaaaaa
no_reply: no-reply@example.io