commit | fc4b37bacbcd9bba200bd78e13bc4d0bd2a1b546 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Feb 02 12:18:47 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Feb 02 12:18:52 2017 -0800 |
tree | 8a0f3aa1d22732d58fafcf481c224e8e89fd5b83 | |
parent | ac997a25350dfef3d7d4bb3b8bb68ce2048acf17 [diff] [blame] |
CORD-772 Example UI Extension Change-Id: I66f9236620a56219cc84a5f7ed5be719751db3bd
diff --git a/conf/app/app.config.local.ts b/conf/app/app.config.local.ts new file mode 100755 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/' +};