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 ; ; S3 ;
;----------; ;----------;
; Disable S3 storage ; -- Disable S3 storage
DISABLE_ATTACHMENT_STORAGE = ${DISABLE_ATTACHMENT_STORAGE} DISABLE_ATTACHMENT_STORAGE = ${DISABLE_ATTACHMENT_STORAGE}
; Not required if using AWS S3 ; -- Not required if using AWS S3
AWS_HOST = ${AWS_HOST} AWS_HOST = ${AWS_HOST}
; Required if using AWS services ; -- Required if using AWS services
AWS_REGION = ${AWS_REGION} AWS_REGION = ${AWS_REGION}
; -- AWS Authentication
AWS_ACCESS_KEY_ID = ${AWS_ACCESS_KEY_ID} AWS_ACCESS_KEY_ID = ${AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY = ${AWS_SECRET_ACCESS_KEY} AWS_SECRET_ACCESS_KEY = ${AWS_SECRET_ACCESS_KEY}
; Optional ${db_name} placeholder ; Optional db_name placeholder
AWS_BUCKETNAME = ${AWS_BUCKETNAME} AWS_BUCKETNAME = ${AWS_BUCKETNAME}

View File

@@ -16,6 +16,5 @@ redis_manifest="${THIRD_PARTY_ADDONS}/session_redis/__manifest__.py"
s3_manifest="${THIRD_PARTY_ADDONS}/attachment_s3/__manifest__.py" s3_manifest="${THIRD_PARTY_ADDONS}/attachment_s3/__manifest__.py"
# Modify the manifest file # Modify the manifest file
# python3 /fix-manifest.py $redis_manifest
python3 /fix-manifest.py $s3_manifest
python3 /fix-manifest.py $redis_manifest python3 /fix-manifest.py $redis_manifest
python3 /fix-manifest.py $s3_manifest