aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.ini
blob: 8047cddaba7b2959afab67612309746ffb13d11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[instance]
; hostname (required) and port (optional) should be the values seen from the
; outside world. this is important if you're using a reverse proxy
hostname = example.org
;port = 443

[database]
host = localhost
port = 5432
username = wpftest
password = wpftest
database = wpftest

[debug]
; whether to send full tracebacks on internal server errors (optional,
; default = false)
send_tracebacks = false
; whether clients will use https to connect - again, important for reverse
; proxies that terminate tls (optional, default = true)
; this should always be true except for in testing
https = true