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