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