2024-10-12 18:21:31 -04:00
|
|
|
app:
|
|
|
|
base_url: http://localhost:3000
|
2024-11-24 11:58:35 -05:00
|
|
|
log_level: debug
|
2024-10-23 00:01:41 -04:00
|
|
|
save_logs: false
|
2024-10-12 18:21:31 -04:00
|
|
|
|
|
|
|
server:
|
2024-10-23 00:01:41 -04:00
|
|
|
external_port: 3000
|
|
|
|
internal_port: 3001
|
2024-11-24 11:58:35 -05:00
|
|
|
internal_hostname: localhost
|
|
|
|
secure_cookies: false
|
|
|
|
session_cookie_name: session
|
2024-10-12 18:21:31 -04:00
|
|
|
|
2024-10-22 00:09:27 -04:00
|
|
|
traefik:
|
2024-10-23 00:01:41 -04:00
|
|
|
cert_resolver: letsencrypt
|
|
|
|
http_entrypoint: web
|
|
|
|
https_entrypoint: websecure
|
2024-10-22 00:09:27 -04:00
|
|
|
|
2024-11-23 23:31:22 -05:00
|
|
|
badger:
|
|
|
|
session_query_parameter: __pang_sess
|
|
|
|
resource_session_cookie_name: resource_session
|
|
|
|
|
2024-10-26 16:04:01 -04:00
|
|
|
gerbil:
|
|
|
|
start_port: 51820
|
|
|
|
base_endpoint: localhost
|
|
|
|
block_size: 16
|
2024-11-23 23:31:22 -05:00
|
|
|
subnet_group: 10.0.0.0/8
|
2024-11-24 11:58:35 -05:00
|
|
|
use_subdomain: true
|
2024-10-26 16:04:01 -04:00
|
|
|
|
2024-10-12 18:21:31 -04:00
|
|
|
rate_limit:
|
2024-10-23 00:01:41 -04:00
|
|
|
window_minutes: 1
|
2024-11-23 23:31:22 -05:00
|
|
|
max_requests: 100
|
2024-11-24 11:58:35 -05:00
|
|
|
|
|
|
|
email:
|
|
|
|
smtp_host: host.hoster.net
|
|
|
|
smtp_port: 587
|
|
|
|
smtp_user: no-reply@example.io
|
|
|
|
smtp_pass: aaaaaaaaaaaaaaaaaa
|
|
|
|
no_reply: no-reply@example.io
|