Files
my-self-host-services/immich/.env.example
2025-08-09 13:26:23 +00:00

12 lines
425 B
Plaintext

# The location where your uploaded files are stored
UPLOAD_LOCATION=./data/server
# The location where your database files are stored. Network shares are not supported for the database
DB_DATA_LOCATION=./data/postgres
DB_PASSWORD=postgres
# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich