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