Fix syntax errors in settings file

This commit is contained in:
Starbeamrainbowlabs 2019-01-14 20:06:38 +00:00
parent f051435f1d
commit 8cff163d99
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -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"