This commit is contained in:
Yhael S
2023-10-07 00:01:34 -05:00
parent d85b660a44
commit 2bbaa84714
2 changed files with 7 additions and 6 deletions

View File

@@ -293,16 +293,18 @@ ODOO_SESSION_REDIS_EXPIRATION_ANONYMOUS = ${ODOO_SESSION_REDIS_EXPIRATION_ANONYM
;----------;
; S3 ;
;----------;
; Disable S3 storage
; -- Disable S3 storage
DISABLE_ATTACHMENT_STORAGE = ${DISABLE_ATTACHMENT_STORAGE}
; Not required if using AWS S3
; -- Not required if using AWS S3
AWS_HOST = ${AWS_HOST}
; Required if using AWS services
; -- Required if using AWS services
AWS_REGION = ${AWS_REGION}
; -- AWS Authentication
AWS_ACCESS_KEY_ID = ${AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY = ${AWS_SECRET_ACCESS_KEY}
; Optional ${db_name} placeholder
; Optional db_name placeholder
AWS_BUCKETNAME = ${AWS_BUCKETNAME}