view Rocket.toml @ 46:744fd753ac2a

Update Rocket.toml
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 03 Dec 2020 17:42:01 +0100
parents 8fc023bbfb97
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