Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
6ccbed2bc5395f95783dc38c96e0949686d49d34
/
.
/
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 }}'
});