view Rocket.toml.example @ 99:cc85f4b02f8e

Add initial geohub systemd service file
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 09 Dec 2020 21:37:37 +0100
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