chore: enable subpath based access in test deploy docker compose

This commit is contained in:
Andrew Bastin
2024-03-19 16:26:04 +05:30
parent 32e9366609
commit 66f20d10e1

View File

@@ -16,7 +16,7 @@ services:
target: aio
environment:
- DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
- ENABLE_SUBPATH_BASED_ACCESS=false
- ENABLE_SUBPATH_BASED_ACCESS=true
depends_on:
hoppscotch-db:
condition: service_healthy