Skip to content

Commit

Permalink
Change the default DASHBOARD_URL within director
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jan 15, 2020
1 parent 85154a8 commit 53e2f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/director/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'dotenv/config';
export const PORT = process.env.PORT || 1234;

export const DASHBOARD_URL =
process.env.DASHBOARD_URL || `http://localhost:3333`;
process.env.DASHBOARD_URL || `http://localhost:8080`;

export const EXECUTION_DRIVER =
process.env.EXECUTION_DRIVER || '../execution/in-memory';
Expand Down

0 comments on commit 53e2f54

Please sign in to comment.