16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
[database]
|
|
uri = postgresql://gnuhealth:${GNUHEALTH_PWD}@gnuhealth-postgres
|
|
path = /srv/gnuhealth/attach
|
|
|
|
[web]
|
|
listen = 0.0.0.0:8080
|
|
root = /srv/gnuhealth/sao
|
|
|
|
[webdav]
|
|
listen = *:8080
|
|
ssl_webdav = False
|
|
|
|
[email]
|
|
from = admin@example.com
|
|
uri = smtp://host:25
|