Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vtr
/
3a5b8e158a1c4790c98ee3f4121ad812683d186a
/
.
/
xos
/
gui
/
conf
/
app
/
app.config.test.js
blob: 86cfcb16623b525242651fd7bc13f698e09d89e7 [
file
] [
log
] [
blame
]
angular
.
module
(
'app'
)
.
constant
(
'AppConfig'
,
{
apiEndpoint
:
'http://xos-test:3000/api'
,
websocketClient
:
'http://xos-test:3000'
});