blob: a09203f07656cb3cee536cf18e1f17a3bcb6f1a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[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.com
;port = 443
; whether clients will use https to connect - again, important for reverse
; proxies that terminate tls (optional, default = true)
;https = false
[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 = true
|