Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
38e94a84772f3c9e5423935c1b3db2cfe70c3722
/
.
/
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'
});