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