Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vtr
/
3a5b8e158a1c4790c98ee3f4121ad812683d186a
/
.
/
xos
/
gui
/
conf
/
app
/
app.config.local.ts
blob: a00155b7b94e606c824e4d643808881273fd241c [
file
] [
log
] [
blame
]
import
{
IAppConfig
}
from
'./interfaces'
;
export
const
AppConfig
:
IAppConfig
=
{
apiEndpoint
:
'http://localhost:4000/api'
,
websocketClient
:
'http://localhost:4000/'
};