Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
e1bc8a0f0582a8bd2d3ef5ba2604070f22268028
/
.
/
conf
/
app
/
app.config.dev.ts
blob: 50570d7e48a8280c6950a6b75e69a82255795c75 [
file
] [
log
] [
blame
]
import
{
IAppConfig
}
from
'./interfaces'
;
export
const
AppConfig
:
IAppConfig
=
{
apiEndpoint
:
'http://xos.dev:3000/api'
,
websocketClient
:
'http://xos.dev:3000'
};