From 8cff163d99779fbb98a4a5b41b264cfc7f1566a3 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 14 Jan 2019 20:06:38 +0000 Subject: [PATCH] Fix syntax errors in settings file --- settings.default.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.default.toml b/settings.default.toml index 695c187..f06b669 100644 --- a/settings.default.toml +++ b/settings.default.toml @@ -6,7 +6,7 @@ [database] # Settings that control the database, or the connection to it -type = mysql # MariaDB. MySQL servers might work too, but no promises. +type = "mysql" # MariaDB. MySQL servers might work too, but no promises. username = "user" password = "Define_in_custom_config_file" @@ -14,4 +14,4 @@ password = "Define_in_custom_config_file" # Settings that control the router's behaviour # The default action to take if no action is specified -default-action = fetch-data +default-action = "fetch-data"