Sign in
fuchsia
/
fuchsia
/
ce931e090d0c54030a80397bd24f217132983794
/
.
/
peridot
/
web
/
cloud_dashboard
/
src
/
environments
/
environment.prod.ts
blob: c840f72d995cf7894c776a42569461343c378bbf [
file
] [
log
] [
blame
]
import
{
firebase
}
from
'./firebase'
;
export
const
environment
=
{
production
:
true
,
firebase
:
firebase
};