Advertisement
Guest User

Untitled

a guest
Dec 21st, 2024
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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=/data/media/photos
  5. # The location where your database files are stored
  6. DB_DATA_LOCATION=/data/appdb/immichdb
  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. # Connection secret for postgres. You should change it to a random password
  14. # Please use only the characters `A-Za-z0-9`, without special characters or spaces
  15. DB_PASSWORD=REDACTED
  16.  
  17. # The values below this line do not need to be changed
  18. ###################################################################################
  19. DB_USERNAME=postgres
  20. DB_DATABASE_NAME=immich
  21. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement