diff --git a/settings.default.toml b/settings.default.toml index 2819c61..488452b 100644 --- a/settings.default.toml +++ b/settings.default.toml @@ -7,7 +7,7 @@ # Settings that control the database, or the connection to it type = "mysql" # MariaDB. MySQL servers might work too, but no promises. - +database_name = "aq_db" username = "user" password = "Define_in_custom_config_file"