Populating route search after dynamic routes have been added

Change-Id: I25ff31b3a016a020fc8c8b08f29ded700d01e203
diff --git a/conf/app/app.config.remote.ts b/conf/app/app.config.remote.ts
new file mode 100644
index 0000000..24aa42d
--- /dev/null
+++ b/conf/app/app.config.remote.ts
@@ -0,0 +1,5 @@
+import {IAppConfig} from './interfaces';
+export const AppConfig: IAppConfig = {
+    apiEndpoint: 'http://clnode031.clemson.cloudlab.us:8080/api',
+    websocketClient: 'http://clnode031.clemson.cloudlab.us:8080'
+};