Sign in
apache
/
metron
/
apache-metron-0.4.0-rc3
/
.
/
metron-interface
/
metron-config
/
src
/
app
/
app.config.ts
blob: af4b360b64a514e815ea50767420997f18ba15ef [
file
] [
log
] [
blame
]
import
{
OpaqueToken
}
from
'@angular/core'
;
import
{
IAppConfig
}
from
'./app.config.interface'
;
export
let
APP_CONFIG
=
new
OpaqueToken
(
'app.config'
);
export
const
METRON_REST_CONFIG
:
IAppConfig
=
{
apiEndpoint
:
'/api/v1'
};