Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vtr
/
e19fa1017578c6e568a37d10a95ddbe32b781041
/
.
/
xos
/
gui
/
conf
/
app
/
app.config.local.ts
blob: a00155b7b94e606c824e4d643808881273fd241c [
file
] [
log
] [
blame
]
Matteo Scandolo
e19fa10
2017-03-09 15:38:59 -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
};