Something went wrong. Try again.
Our Personal Data Server from scratch!
Something went wrong. Try again.
tranquil-pds config.dev.toml
537 B · 32 lines
TOML
123456789101112131415161718192021222324252627282930313233[server]hostname = "pds.test"allow_http_proxy = trueallow_private_fetch = trueinvite_code_required = falsedisable_rate_limiting = true
[frontend]enabled = truedir = "/app/frontend/public"
[database]url = "postgres://postgres:postgres@db:5432/pds"max_connections = 20
[storage]path = "/var/lib/tranquil-pds/blobs"
[plc]directory_url = "http://plc:2582"
[email]from_address = "noreply@pds.test"from_name = "Tranquil PDS (Dev)"
[email.smarthost]host = "mailpit"port = 1025tls = "none"
[secrets]allow_insecure = true