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