Gitiles
Code Review
Sign In
gerrit.opencord.org
/
rcord
/
8d1f638b73a59bbb856d744ca317ae047609f14b
/
.
/
xos
/
gui
/
conf
/
app
/
app.config.local.ts
blob: a00155b7b94e606c824e4d643808881273fd241c [
file
] [
log
] [
blame
]
Matteo Scandolo
c46a82d
2017-03-24 18:37:18 -0700
[
diff
] [
blame
]
1
import
{
IAppConfig
}
from
'./interfaces'
;
2
export
const
AppConfig
:
IAppConfig
=
{
3
apiEndpoint
:
'http://localhost:4000/api'
,
4
websocketClient
:
'http://localhost:4000/'
5
};