mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 17:56:38 +00:00
config example
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
app:
|
app:
|
||||||
base_url: http://localhost:3000
|
base_url: http://localhost:3000
|
||||||
log_level: warning
|
log_level: debug
|
||||||
save_logs: false
|
save_logs: false
|
||||||
sessionCookieName: session
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
external_port: 3000
|
external_port: 3000
|
||||||
internal_port: 3001
|
internal_port: 3001
|
||||||
internal_hostname: pangolin
|
internal_hostname: localhost
|
||||||
secure_cookies: true
|
secure_cookies: false
|
||||||
|
session_cookie_name: session
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
cert_resolver: letsencrypt
|
cert_resolver: letsencrypt
|
||||||
@@ -24,7 +24,15 @@ gerbil:
|
|||||||
base_endpoint: localhost
|
base_endpoint: localhost
|
||||||
block_size: 16
|
block_size: 16
|
||||||
subnet_group: 10.0.0.0/8
|
subnet_group: 10.0.0.0/8
|
||||||
|
use_subdomain: true
|
||||||
|
|
||||||
rate_limit:
|
rate_limit:
|
||||||
window_minutes: 1
|
window_minutes: 1
|
||||||
max_requests: 100
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user