Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vtr
/
e2ba734bbb2f3c329bb93c1784635a8c917645f6
/
.
/
xos
/
gui
/
conf
/
app
/
app.config.dev.js
blob: 5c620d75aa2ef28672d9bbb1a971a47c57b3c4ce [
file
] [
log
] [
blame
]
Matteo Scandolo
e19fa10
2017-03-09 15:38:59 -0800
[
diff
] [
blame
]
1
angular
.
module
(
'app'
)
2
.
constant
(
'AppConfig'
,
{
3
apiEndpoint
:
'http://xos.dev:3000/api'
,
4
websocketClient
:
'http://xos.dev:3000'
5
});