This commit is contained in:
Yhael S
2023-09-28 14:36:18 -05:00
parent e6fa71769f
commit 22c1be3e40
3 changed files with 21 additions and 21 deletions

View File

@@ -336,7 +336,7 @@ dbfilter = {DBFILTER}
;------------------;
; Advanced options ;
;------------------;
; --dev
; --dev (all, reload, xml, qweb, werkzeug, sql, shell, assets, tests)
dev_mode = {DEV_MODE}
; --shell-interface
@@ -384,25 +384,25 @@ limit_request = {LIMIT_REQUEST}
;-------------;
; Redis ;
;-------------;
; has to be 1 or true
; Possible values: 1 or true
ODOO_SESSION_REDIS = {ODOO_SESSION_REDIS}
; is the redis hostname (default is localhost)
; Defaults to is localhost
ODOO_SESSION_REDIS_HOST = {ODOO_SESSION_REDIS_HOST}
; is the redis port (default is 6379)
; Defaults to 6379
ODOO_SESSION_REDIS_PORT = {ODOO_SESSION_REDIS_PORT}
; is the password for the AUTH command (optional)
; Sets the password for the AUTH command (optional)
ODOO_SESSION_REDIS_PASSWORD = {ODOO_SESSION_REDIS_PASSWORD}
; is an alternative way to define the Redis server address. It's the preferred way when you're using the rediss:// protocol.
; Alternative way to define the Redis server address like rediss:// protocol.
ODOO_SESSION_REDIS_URL = {ODOO_SESSION_REDIS_URL}
; is the prefix for the session keys (optional)
; Prefix for the session keys (optional)
ODOO_SESSION_REDIS_PREFIX = {ODOO_SESSION_REDIS_PREFIX}
; is the time in seconds before expiration of the sessions (default is 7 days)
; Time in seconds before expiration of the sessions (default is 7 days)
ODOO_SESSION_REDIS_EXPIRATION = {ODOO_SESSION_REDIS_EXPIRATION}
; the time in seconds before expiration of the anonymous sessions (default is 3 hours)