Files
homelab-opentofu/modules/20-services-apps/immich/.env.example
Yuris Cakranegara 8ee71193bb feat: add immich
2025-08-17 22:24:47 +10:00

15 lines
549 B
Plaintext

# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
###################################################################################
# Required database configuration (used by Terraform to configure Postgres & Immich)
###################################################################################
# PostgreSQL username
DB_USERNAME=postgres
# PostgreSQL password (use only A-Za-z0-9 characters)
DB_PASSWORD=postgres
# PostgreSQL database name
DB_DATABASE_NAME=immich