Update CORS trytond.cfg
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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: .
|
||||||
|
|||||||
Submodule modules/naliia updated: 528cca7ccf...0f2c987278
Submodule modules/naliia_payment updated: aeb410dac6...3e279fd549
Reference in New Issue
Block a user