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