From 24fa991591447aba53ca31814768c7739958f034 Mon Sep 17 00:00:00 2001 From: Petr Pavlik Date: Sun, 21 Jan 2024 14:12:41 +0100 Subject: [PATCH] check in .env.testing --- .env.testing | 9 +++++++++ .gitignore | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .env.testing diff --git a/.env.testing b/.env.testing new file mode 100644 index 0000000..10bf805 --- /dev/null +++ b/.env.testing @@ -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=saastemplatetestuser1@indiepitcher.com +TEST_FIREBASE_USER_PASSWORD=testtest +TEST_FIREBASE_USER_2_EMAIL=saastemplatetestuser2@indiepitcher.com +TEST_FIREBASE_USER_2_PASSWORD=testtest \ No newline at end of file diff --git a/.gitignore b/.gitignore index 42aade1..6848618 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ DerivedData/ db.sqlite .swiftpm .env -/.env.testing