Fixed xos url

Change-Id: I6254d0a5ca8ca5ef6b588db6e7a8929774b6fe8b
diff --git a/conf/app/app.config.local.ts b/conf/app/app.config.local.ts
new file mode 100644
index 0000000..a00155b
--- /dev/null
+++ b/conf/app/app.config.local.ts
@@ -0,0 +1,5 @@
+import {IAppConfig} from './interfaces';
+export const AppConfig: IAppConfig = {
+  apiEndpoint: 'http://localhost:4000/api',
+  websocketClient: 'http://localhost:4000/'
+};