mirror of
https://github.com/acedanger/shell.git
synced 2026-03-24 19:11:48 -07:00
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
# Immich Configuration for Testing
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich
|
|
UPLOAD_LOCATION=/mnt/share/media/immich/uploads
|
|
|
|
# Notification settings
|
|
WEBHOOK_URL="https://notify.peterwood.rocks/lab"
|
|
|
|
SHARED_BACKUP_DIR=/mnt/share/immich-backup
|
|
|
|
# Backblaze B2 settings
|
|
# Get these from your B2 account: https://secure.backblaze.com/app_keys.htm
|
|
# B2_APPLICATION_KEY_ID=your_key_id_here
|
|
# B2_APPLICATION_KEY=your_application_key_here
|
|
# B2_BUCKET_NAME=your_bucket_name_here
|