aboutsummaryrefslogtreecommitdiff
path: root/tools/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/config.ts')
-rw-r--r--tools/config.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/config.ts b/tools/config.ts
index 8219423..0b9c613 100644
--- a/tools/config.ts
+++ b/tools/config.ts
@@ -10,7 +10,7 @@ export const LIVE_RELOAD_PORT = argv['reload-port'] || 4002;
export const DOCS_PORT = argv['docs-port'] || 4003;
export const APP_BASE = argv['base'] || '/';
-export const APP_TITLE = 'My Angular2 App';
+export const APP_TITLE = 'Postgres EXPLAIN Visualizer (pev)';
export const APP_SRC = 'app';
export const ASSETS_SRC = `${APP_SRC}/assets`;
@@ -91,7 +91,6 @@ export const SYSTEM_CONFIG_BUILDER = {
}
};
-
// --------------
// Private.
function appVersion(): number | string {