Files
homeAutomation/home-server/.env
2022-11-21 22:38:52 +00:00

11 lines
277 B
Bash

# General settings
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