From f66984b3e3d241e85803fd501fc3ca842c167b78 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Fri, 9 Apr 2021 21:15:49 -0500 Subject: [PATCH] Add firebase config file to .env --- example.env | 1 + 1 file changed, 1 insertion(+) diff --git a/example.env b/example.env index 1b6e92a..3a33568 100644 --- a/example.env +++ b/example.env @@ -2,3 +2,4 @@ DEBUG_MODE=true EXTOLLO_LOGGING_LEVEL=6 DATABASE_PASSWORD=extollo DATABASE_HOST=db01.platform.local +FIREBASE_CREDENTIALS=/home/USER/firebase.json