Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
b4f809706b3be7b88b0299654fd9b6b7c067fa56
/
.
/
conf
/
app
/
app.config.test.js
blob: 86cfcb16623b525242651fd7bc13f698e09d89e7 [
file
] [
log
] [
blame
]
Matteo Scandolo
828d1e8
2017-01-17 14:49:38 -0800
[
diff
] [
blame
]
1
angular
.
module
(
'app'
)
2
.
constant
(
'AppConfig'
,
{
3
apiEndpoint
:
'http://xos-test:3000/api'
,
4
websocketClient
:
'http://xos-test:3000'
5
});