Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
b4b74a81aa7518c0466aef7cc05dbc11dcad8f86
/
.
/
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'
};