Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
4b3d75deae8dcf6ccd3c9b5971ca76b1ac59f93e
/
.
/
roles
/
cord-profile
/
templates
/
app.config.js.j2
blob: e72aa5e18a931dbc02c372b43219c3c9a71a6e1c [
file
] [
log
] [
blame
]
angular
.
module
(
'app'
)
.
constant
(
'AppConfig'
,
{
apiEndpoint
:
'{{ gui_api_endpoint }}'
,
websocketClient
:
'{{ gui_websocket }}'
});