Add missing env variables

This commit is contained in:
Adrien
2026-04-09 20:37:11 +02:00
parent 0908355704
commit c2d034d1fe
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ app:
username: ${APP_AUTH_USERNAME:neurosurgeon}
password: ${APP_PASSWORD:changeme}
figure-storage:
endpoint: https://s3.immich-ad.ovh
region: garage
endpoint: ${S3_ENDPOINT:https://s3.immich-ad.ovh}
region: ${S3_REGION:garage}
bucket: ${S3_BUCKET:aiteacher}
access-key-id: ${S3_ACCESS_KEY_ID:}
secret-access-key: ${S3_SECRET_ACCESS_KEY:}