mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
cleanup
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -16,6 +16,5 @@ redis_manifest="${THIRD_PARTY_ADDONS}/session_redis/__manifest__.py"
|
||||
s3_manifest="${THIRD_PARTY_ADDONS}/attachment_s3/__manifest__.py"
|
||||
|
||||
# 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 $s3_manifest
|
||||
|
||||
Reference in New Issue
Block a user