Skip to content

Commit

Permalink
check in .env.testing
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Jan 21, 2024
1 parent a9876bb commit 24fa991
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .env.testing
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Please don't molest this sample firebase project. I'm exposing these credentials for your convenience, and I
# will disable the project it it's causing me a headache. You should create your own
# firebase project (it's free) and generate your own credentials.
FIREBASE_PROJECT_ID=vapor-saas-backend-template
TEST_FIREBASE_WEB_API_KEY=AIzaSyAesbeFK6uCEvYZNCJZN0bs-Ab9Ya01Egg
TEST_FIREBASE_USER_EMAIL=[email protected]
TEST_FIREBASE_USER_PASSWORD=testtest
TEST_FIREBASE_USER_2_EMAIL=[email protected]
TEST_FIREBASE_USER_2_PASSWORD=testtest
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ DerivedData/
db.sqlite
.swiftpm
.env
/.env.testing

0 comments on commit 24fa991

Please sign in to comment.