nick0

Immich env file

Sep 30th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
  2.  
  3. # The location where your uploaded files are stored
  4. UPLOAD_LOCATION=/NAS/AppData/immichlib
  5.  
  6. # The location where your database files are stored. Network shares are not supported for the database
  7. DB_DATA_LOCATION=/NAS/AppData/immichdb
  8.  
  9. # To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
  10. TZ=Etc/UTC
  11.  
  12. # The Immich version to use. You can pin this to a specific version like "v1.71.0"
  13. # IMMICH_VERSION=release
  14.  
  15. # Connection secret for postgres. You should change it to a random password
  16. # Please use only the characters `A-Za-z0-9`, without special characters or spaces
  17. DB_PASSWORD=20_character_password_here
  18.  
  19. # The values below this line do not need to be changed
  20. ###################################################################################
  21. DB_USERNAME=postgres
  22. DB_DATABASE_NAME=immich
Advertisement
Add Comment
Please, Sign In to add comment