Joloxx9

env

Dec 23rd, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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=./library
  5. # The location where your database files are stored
  6. DB_DATA_LOCATION=./postgres
  7.  
  8. # 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
  9. # TZ=Etc/UTC
  10.  
  11. # The Immich version to use. You can pin this to a specific version like "v1.71.0"
  12. IMMICH_VERSION=release
  13.  
  14. # Connection secret for postgres. You should change it to a random password
  15. # Please use only the characters `A-Za-z0-9`, without special characters or spaces
  16. DB_PASSWORD=postgres
  17.  
  18. # The values below this line do not need to be changed
  19. ###################################################################################
  20. DB_USERNAME=postgres
  21. DB_DATABASE_NAME=immich
  22.  
  23. LIBRARY_LOCATION=/mnt/user/Immich/
  24. THUMBS_LOCATION=/mnt/apps/Immich-Cache/thumbs/
  25. UPLOAD_LOCATION=/mnt/apps/Immich-Cache/upload/
  26. PROFILE_LOCATION=/mnt/apps/Immich-Cache/profile/
  27. VIDEO_LOCATION=/mnt/apps/Immich-Cache/encoded-video/
Add Comment
Please, Sign In to add comment