Skip to content

Commit

Permalink
Merge pull request #513 from moduon/bus-ws-samesite
Browse files Browse the repository at this point in the history
[FIX] Better bus support out of the box
  • Loading branch information
pedrobaeza authored Dec 26, 2024
2 parents 4c84f90 + cbc0a1e commit f160aad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prod.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ services:
DB_FILTER: "{{ odoo_dbfilter | replace('$', '$$') }}"
DOODBA_ENVIRONMENT: "${DOODBA_ENVIRONMENT-prod}"
INITIAL_LANG: "{{ odoo_initial_lang }}"
{%- if odoo_version >= 16.0 %}
ODOO_BUS_PUBLIC_SAMESITE_WS: 1
{%- endif %}
{%- if smtp_relay_host %}
SMTP_SERVER: smtplocal
{%- endif %}
Expand Down
3 changes: 3 additions & 0 deletions test.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ services:
- .docker/db-access.env
environment:
DOODBA_ENVIRONMENT: "${DOODBA_ENVIRONMENT-test}"
{%- if odoo_version >= 16.0 %}
ODOO_BUS_PUBLIC_SAMESITE_WS: 1
{%- endif %}
# To install demo data export DOODBA_WITHOUT_DEMO=false
WITHOUT_DEMO: "${DOODBA_WITHOUT_DEMO-all}"
SMTP_PORT: "1025"
Expand Down

0 comments on commit f160aad

Please sign in to comment.