forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
489 B
30 lines
1[server]
2hostname = "pds.test"
3allow_http_proxy = true
4invite_code_required = false
5disable_rate_limiting = true
6
7[frontend]
8enabled = true
9dir = "/app/frontend/public"
10
11[database]
12url = "postgres://postgres:postgres@db:5432/pds"
13
14[storage]
15path = "/var/lib/tranquil-pds/blobs"
16
17[plc]
18directory_url = "http://plc:2582"
19
20[email]
21from_address = "noreply@pds.test"
22from_name = "Tranquil PDS (Dev)"
23
24[email.smarthost]
25host = "mailpit"
26port = 1025
27tls = "none"
28
29[secrets]
30allow_insecure = true