view Rocket.toml.example @ 131:7ae1dc586805

gpsd: record accuracy and use correct units
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 06 May 2021 12:08:28 +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