docs: Update docs + example.env for DB_PASSWORD ()

This commit is contained in:
Matthew Momjian 2024-08-09 17:36:32 -04:00 committed by GitHub
parent 2dd5514043
commit ca775ab3e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,7 @@ DB_DATA_LOCATION=./postgres
IMMICH_VERSION=release
# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=postgres
# The values below this line do not need to be changed