view Rocket.toml @ 13:9c6ae7990f63

Add static file serving and limit workers
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 02 Dec 2020 19:07:34 +0100
parents 098d717f50ae
children eafb0bca76fc
line wrap: on
line source

[global.databases]
geohub = { url = "postgresql://lbo:pglbo@localhost/lbo" }

[development]
workers = 5

[production]
log = "normal"
address = "::1"
port = 8000
workers = 5