You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
656 B
15 lines
656 B
##
|
|
## Home Assistant BOOTSTRAP secrets
|
|
##
|
|
## This file is a TEMPLATE. It is copied to /config/secrets.yaml on first boot
|
|
## ONLY if that file does not already exist (see home-assistant-init.service).
|
|
## Values referenced from configuration.yaml with the !secret tag are looked up
|
|
## here.
|
|
##
|
|
## The value below matches the development password created by the `postgresql`
|
|
## hook (other/postgresql/home-assistant.sql). In production, the operator
|
|
## overlay provides this file with the real database password, so no site secret
|
|
## ships in the cookbook package.
|
|
##
|
|
|
|
recorder_db_url: postgresql://home_assistant:home_assistant@127.0.0.1:5432/home_assistant
|
|
|