added image changes
This commit is contained in:
11
.env.sample
11
.env.sample
@ -7,22 +7,17 @@ DOMAIN=immich.example.com
|
||||
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
||||
ENABLE_BACKUPS=true
|
||||
|
||||
# The location where your uploaded files are stored
|
||||
UPLOAD_LOCATION=./library
|
||||
# The location where your database files are stored
|
||||
DB_DATA_LOCATION=./postgres
|
||||
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
||||
|
||||
# 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
|
||||
# TZ=Etc/UTC
|
||||
|
||||
# The values below this line do not need to be changed
|
||||
###################################################################################
|
||||
DB_USERNAME=postgres
|
||||
DB_DATABASE_NAME=immich
|
||||
#DB_STORAGE_TYPE=HDD
|
||||
|
||||
#### from here on you can edit again
|
||||
|
||||
SECRET_DB_PASSWORD_VERSION=v1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user