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