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