chore: add mariadb database
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# General settings
|
||||
INTERNAL_IP: localhost
|
||||
|
||||
# Db-Specific settings
|
||||
# Should be overridden with a .env.mariadb file.
|
||||
MARIADB_ROOT_PASSWORD=test
|
||||
MARIADB_USER=homeassistant
|
||||
MARIADB_PASSWORD=homeassistant
|
||||
INTERNAL_IP: 0.0.0.0
|
||||
|
||||
# Maria DB settings
|
||||
# For testing purposes only. Please create a .env.mariadb to overwrite these variables
|
||||
MARIADB_ROOT_PASSWORD=testing
|
||||
|
||||
MARIADB_DATABASE=homeassistant
|
||||
MARIADB_USER=homeassistant_user
|
||||
MARIADB_PASSWORD=homeassistant_pw
|
||||
|
||||
Reference in New Issue
Block a user