Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
b6c5ba3d351b8a4d07c90fa2ba4d35123490661a
/
.
/
conf
/
app
/
app.config.remote.ts
blob: 24aa42dc3eaf3fcc550ffc716e47a762007c72d8 [
file
] [
log
] [
blame
]
import
{
IAppConfig
}
from
'./interfaces'
;
export
const
AppConfig
:
IAppConfig
=
{
apiEndpoint
:
'http://clnode031.clemson.cloudlab.us:8080/api'
,
websocketClient
:
'http://clnode031.clemson.cloudlab.us:8080'
};