Sign in
apache
/
hertzbeat
/
refs/heads/theme-update
/
.
/
web-app
/
src
/
environments
/
environment.prod.ts
blob: 514d2400d2b66103cb496ef33db52ed926b9ade9 [
file
]
import
{
Environment
}
from
'@delon/theme'
;
export
const
environment
=
{
production
:
true
,
useHash
:
false
,
api
:
{
baseUrl
:
'/api/'
,
refreshTokenEnabled
:
true
}
}
as
Environment
;