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