first working version
This commit is contained in:
14
.env.sample
14
.env.sample
@ -22,4 +22,18 @@ DB_DATA_LOCATION=./postgres
|
||||
DB_USERNAME=postgres
|
||||
DB_DATABASE_NAME=immich
|
||||
|
||||
#### from here on you can edit again
|
||||
|
||||
SECRET_DB_PASSWORD_VERSION=v1
|
||||
|
||||
|
||||
## Additional Storage:
|
||||
|
||||
# COMPOSE_FILE="compose.yml"
|
||||
|
||||
# external storage
|
||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.storage.yml"
|
||||
# STORAGE_DEVICE="//uxxxxx-sub1.your-server.de/uxxxxx-sub1"
|
||||
# STORAGE_USERNAME="uuxxxxx-sub1"
|
||||
# STORAGE_PASSWORD="<your-password-not-to-be-checked-in-unencrypted-in-a-git-repository-"
|
||||
# STORAGE_READONLY=":ro"
|
||||
Reference in New Issue
Block a user