Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
bd60dee67b86dba4aaba371a0cbe5baee59f4db5
/
.
/
conf
/
app
/
app.config.local.ts
blob: a00155b7b94e606c824e4d643808881273fd241c [
file
] [
log
] [
blame
]
Matteo Scandolo
08464e5
2017-01-17 13:35:27 -0800
[
diff
] [
blame
]
1
import
{
IAppConfig
}
from
'./interfaces'
;
2
export
const
AppConfig
:
IAppConfig
=
{
3
apiEndpoint
:
'http://localhost:4000/api'
,
4
websocketClient
:
'http://localhost:4000/'
5
};