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