Gitiles
Code Review
Sign In
gerrit.opencord.org
/
rcord
/
8d1f638b73a59bbb856d744ca317ae047609f14b
/
.
/
xos
/
gui
/
conf
/
app
/
app.config.test.js
blob: 86cfcb16623b525242651fd7bc13f698e09d89e7 [
file
] [
log
] [
blame
]
Matteo Scandolo
c46a82d
2017-03-24 18:37:18 -0700
[
diff
] [
blame
]
1
angular
.
module
(
'app'
)
2
.
constant
(
'AppConfig'
,
{
3
apiEndpoint
:
'http://xos-test:3000/api'
,
4
websocketClient
:
'http://xos-test:3000'
5
});