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