mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-21 21:16:10 +08:00
not using live db anymore
This commit is contained in:
parent
eeb18cdcc9
commit
4458badfa0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
const functions = require("firebase-functions");
|
||||
const admin = require("firebase-admin");
|
||||
let key = "./serviceAccountKey_live.json";
|
||||
let key = "./serviceAccountKey.json";
|
||||
|
||||
if (process.env.GCLOUD_PROJECT === "monkey-type") {
|
||||
key = "./serviceAccountKey_live.json";
|
||||
|
|
Loading…
Add table
Reference in a new issue