From e7e1cb83d2cef594b5dadfb4cdc12c23c8678b7b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 14 Jan 2019 20:52:36 +0000 Subject: [PATCH] Add database_name setting --- settings.default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"