mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
variables reaccomodation
This commit is contained in:
@@ -44,7 +44,7 @@ addons_path = ${ADDONS_PATH}
|
||||
upgrade_path = ${UPGRADE_PATH}
|
||||
|
||||
; --load
|
||||
server_wide_modules = ${SERVER_WIDE_MODULES}
|
||||
server_wide_modules = ${LOAD}
|
||||
|
||||
; --data-dir
|
||||
data_dir = ${DATA_DIR}
|
||||
@@ -307,12 +307,15 @@ ODOO_SESSION_REDIS_EXPIRATION = ${ODOO_SESSION_REDIS_EXPIRATION}
|
||||
; -- Time in seconds before expiration of the anonymous sessions (default is 3 hours)
|
||||
ODOO_SESSION_REDIS_EXPIRATION_ANONYMOUS = ${ODOO_SESSION_REDIS_EXPIRATION_ANONYMOUS}
|
||||
|
||||
;--------------------------------------;
|
||||
; Base Attachment Object Storage ;
|
||||
;--------------------------------------;
|
||||
; -- Disable Attachment Object Storage
|
||||
DISABLE_ATTACHMENT_STORAGE = ${DISABLE_ATTACHMENT_STORAGE}
|
||||
|
||||
;----------;
|
||||
; S3 ;
|
||||
;----------;
|
||||
; -- Disable S3 storage
|
||||
DISABLE_ATTACHMENT_STORAGE = ${DISABLE_ATTACHMENT_STORAGE}
|
||||
|
||||
; -- Not required if using AWS S3
|
||||
AWS_HOST = ${AWS_HOST}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user