chore: enable subpath based access in test deploy docker compose
This commit is contained in:
parent
32e9366609
commit
66f20d10e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue