view Rocket.toml @ 69:3d4401e111d8

config db: update schema
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 01 Aug 2022 09:38:09 -0700
parents 0c5f8caf6736
children a58e1922e173
line wrap: on
line source

[pg.databases.sqlite_main]
url = "postgresql://lbo?host=/var/run/postgresql"

[pg.databases.sqlite_logs]
url = "postgresql://lbo?host=/var/run/postgresql"

[default.databases.sqlite_main]
url = "/home/lbo/dev/rust/analyrics/dev.sqlite"

[default.databases.sqlite_logs]
url = "/home/lbo/dev/rust/analyrics/devlogs.sqlite"
max_connections = 8

[default]
port = 8000
secret_key = "edeaaff3f1774ad2888673770c6d64097e391bc362d7d6fb34982ddf0efd18cb"


template_dir = "assets"
asset_path = "assets/static"
# deploy_path should end with a slash in order to work with templates, etc.
deploy_path = "/"
geodb_path = "/usr/share/GeoIP/GeoLite2-City.mmdb"