Add database_name setting

This commit is contained in:
Starbeamrainbowlabs 2019-01-14 20:52:36 +00:00
parent 675c2afbaa
commit e7e1cb83d2
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

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