Skip to content

Commit

Permalink
Change to Development Instance, add URL to drop down
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Jan 19, 2024
1 parent be44cff commit c8acae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class Config {

if (NODE_ENV !== 'production') {
domains.push({
friendly: '$localhost',
friendly: 'Development Instance (' + CHT_DEV_URL_PORT + ')',
domain: CHT_DEV_URL_PORT as string,
useHttp: TMP_USE_HTTP,
});
Expand Down

0 comments on commit c8acae0

Please sign in to comment.