Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
5655bdcf7b61a8b3a492547083e6d0e81d0c2dfe
/
.
/
conf
/
app
/
app.config.production.ts
blob: 361db95f58d6ae3edb13c5dac5cb16cc8924227d [
file
] [
log
] [
blame
]
/// <reference path="../../../typings/index.d.ts"/>
export
interface
IAppConfig
{
apiEndpoint
:
string
;
websocketClient
:
string
;
}
export
const
AppConfig
:
IAppConfig
=
{
apiEndpoint
:
'/api'
,
websocketClient
:
''
};