Add missing env variables
This commit is contained in:
@@ -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:}
|
||||
|
||||
Reference in New Issue
Block a user