diff --git a/src/config/index.ts b/src/config/index.ts index c6dcba9b..d121dbbf 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -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, });