Update CORS trytond.cfg

This commit is contained in:
2026-08-05 14:02:25 -05:00
parent d854c2813e
commit b718ee38f8
4 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
[web] [web]
listen = 0.0.0.0:8000 listen = 0.0.0.0:8000
root=/var/lib/trytond/www root=/var/lib/trytond/www
cors=http://localhost:5173/ cors=http://localhost:5173

View File

@@ -5,6 +5,8 @@ services:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=${POSTGRES_DB} - POSTGRES_DB=${POSTGRES_DB}
ports:
- "5432:5432"
live: live:
build: build:
context: . context: .