view Rocket.toml @ 44:881af0d10b59

Add screenshot to README
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 03 Dec 2020 17:37:26 +0100
parents 8fc023bbfb97
children 744fd753ac2a
line wrap: on
line source

[global.databases]
geohub = { url = "postgresql://lbo:pglbo@localhost/lbo", pool_size = 4 }
# Majority of workers is expected to be waiting for updates.

[development]
workers = 8

[production]
log = "normal"
address = "::1"
port = 8000
workers = 16