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