Advertisement
Guest User

Untitled

a guest
Jan 31st, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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=uploads
  5. # The location where your database files are stored
  6. DB_DATA_LOCATION=./postgres
  7.  
  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=postgres
  18.  
  19. # The values below this line do not need to be changed
  20. ###################################################################################
  21. DB_USERNAME=postgres
  22. DB_DATABASE_NAME=immich
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement