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