view Rocket.toml.example @ 147:51004e96b2d0 default tip

track_ICE: Reduce sending timeout
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 25 Aug 2022 11:45:46 +0200
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