2019-01-13 13:06:32 +00:00
|
|
|
# This file defines the default configuration settings.
|
|
|
|
##### DO NOT EDIT THIS FILE. #####
|
|
|
|
# Your changes may be overwritten in a future update.
|
|
|
|
# Instead, edit the custom configuration file located at "data/settings.toml".
|
|
|
|
|
|
|
|
[database]
|
|
|
|
# Settings that control the database, or the connection to it
|
|
|
|
|
2019-01-14 20:06:38 +00:00
|
|
|
type = "mysql" # MariaDB. MySQL servers might work too, but no promises.
|
2019-01-13 13:06:32 +00:00
|
|
|
username = "user"
|
|
|
|
password = "Define_in_custom_config_file"
|
|
|
|
|
|
|
|
[routing]
|
|
|
|
# Settings that control the router's behaviour
|
|
|
|
|
|
|
|
# The default action to take if no action is specified
|
2019-01-14 20:06:38 +00:00
|
|
|
default-action = "fetch-data"
|