view Rocket.toml @ 80:d3368a7142ef default tip

Make analyrics build again and add Cargo.lock
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 27 Apr 2024 20:34:05 +0200
parents a58e1922e173
children
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"