Skip to content

Commit 7ecd41f

Browse files
committed
chore: api server url for development
1 parent 28e6e00 commit 7ecd41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.specific.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ services:
1414
environment:
1515
- NODE_ENV=development
1616
# - SERVER_BASE_URL=http://netvision-test:8089/api
17-
- SERVER_BASE_URL=http://stage.b.dohlestr.dokku/api
18-
# - SERVER_BASE_URL=http://dohlestr-b-dev/api
17+
# - SERVER_BASE_URL=http://stage.b.dohlestr.dokku/api
18+
- SERVER_BASE_URL=http://dev.b.dohlestr/api
1919
- NO_SERVER_REACT=true
2020
networks:
2121
default:

0 commit comments

Comments
 (0)