Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
7023aa21cc2da543b7d4ee331f07611d0609babe
/
.
/
roles
/
cord-profile
/
templates
/
app.config.js.j2
blob: e72aa5e18a931dbc02c372b43219c3c9a71a6e1c [
file
] [
log
] [
blame
]
Matteo Scandolo
667334f
2017-02-26 10:58:08 -0800
[
diff
] [
blame
]
1
angular
.
module
(
'app'
)
2
.
constant
(
'AppConfig'
,
{
3
apiEndpoint
:
'{{ gui_api_endpoint }}'
,
4
websocketClient
:
'{{ gui_websocket }}'
5
});