mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Add database_name setting
This commit is contained in:
parent
675c2afbaa
commit
e7e1cb83d2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue