Fix local port for cypress
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-02-23 23:07:57 +01:00
parent 04e0462cee
commit cd2f691178
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"baseUrl": "http://localhost:8080",
"baseUrl": "http://localhost:5000",
"env": {
"API_URL": "http://localhost:3456/api/v1",
"TEST_SECRET": "testingS3cr3et"