mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-25 11:08:23 +00:00
chore: undelete file, it is needed for the CI
This commit is contained in:
5
functions/scripts/set-up-environment-variables.ts
Normal file
5
functions/scripts/set-up-environment-variables.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
process.env.FUNCTIONS_EMULATOR = 'true'
|
||||
process.env.FIREBASE_AUTH_EMULATOR_HOST = 'localhost:4005'
|
||||
// https://github.com/firebase/firebase-admin-node/issues/116
|
||||
process.env.FIREBASE_DATABASE_EMULATOR_HOST = 'http://127.0.0.1:4006'
|
||||
process.env.FIRESTORE_EMULATOR_HOST = 'localhost:4003'
|
||||
Reference in New Issue
Block a user