Skip to content
Snippets Groups Projects
Unverified Commit 9de7b7c2 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

fix crash on startup

parent 275c8a2f
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ async fn main() {
.expect("Couldn't find 'sql_backend' in config. :(");
let db_url = CONFIG
.get_string("operations.url")
.get_string("database.url")
.expect("Couldn't find 'url' in config. :(");
// Match on the database type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment