view Rocket.toml @ 23:8fc023bbfb97

Restructure API to make database usage more efficient.
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 02 Dec 2020 21:35:59 +0100
parents 65065070a4b4
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