details: https://code.tryton.org/communication/demo/commit/18e896fba7f5 branch: default user: Cédric Krier <[email protected]> date: Tue Apr 21 08:28:36 2026 +0200 description: Add missing 7.8 env diffstat:
7.8.env | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diffs (14 lines): diff -r 8d949c8a559a -r 18e896fba7f5 7.8.env --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/7.8.env Tue Apr 21 08:28:36 2026 +0200 @@ -0,0 +1,10 @@ +DB_HOSTNAME=postgres-7.8 +TRYTOND_WEB__HOSTNAME=demo7.8.tryton.org +TRYTOND_WEB__CORS=https://demo7.8.tryton.org +TRYTOND_WEB__NUM_PROXIES=1 +TRYTOND_EMAIL__URI=smtp://smtpd:1025 +TRYTOND_PASSWORD__LENGTH=0 +TRYTOND_QUEUE__WORKER=true +TRYTOND_BUS__ALLOW_SUBSCRIBE=true +TRYTOND_BUS__URL_HOST=https://demo-bus7.8.tryton.org/ +TRYTOND_SESSION__AUTHENTICATIONS=none,password
