view Rocket.toml.example @ 118:ffc3ec017bad

geohub: add unit option to logjson
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 31 Dec 2020 19:59:19 +0100
parents c3812802146c
children
line wrap: on
line source

[global.databases]
geohub = { url = "postgresql://user:pass@localhost/database", pool_size = 4 }

[development]
workers = 8

[production]
log = "normal"
address = "::1"
port = 8000
# Majority of workers is expected to be waiting for updates.
workers = 16