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