Skip to content

Commit

Permalink
chore(unify-port): try to use interpolation to pass environment to an…
Browse files Browse the repository at this point in the history
…other environment
  • Loading branch information
bas-kirill committed Aug 28, 2024
1 parent 2f90efc commit 5df96be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/env/local.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SERVER_PORT=50000
SERVER_DEBUG_PORT=50001
SERVER_SPRING_PROFILE=local
SERVER_API_URL=http://localhost:9000
SERVER_API_URL=http://localhost:${SERVER_PORT}

CLIENT_PORT=50002
CLIENT_DEV_PORT=50003
Expand Down

0 comments on commit 5df96be

Please sign in to comment.