Skip to content

Commit

Permalink
add dev and prod config env files
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed May 28, 2024
1 parent be81fd7 commit b6260f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions config/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FIREBASE_API_KEY = "AIzaSyDI557E8HZHoh5ETqIrlmt8d0C4HfyiCG8"
FIREBASE_AUTH_DOMAIN = "dev-3dstreet.firebaseapp.com"
FIREBASE_PROJECT_ID = "dev-3dstreet"
FIREBASE_STORAGE_BUCKET = "dev-3dstreet.appspot.com"
FIREBASE_MESSAGING_SENDER_ID = "35938260968"
FIREBASE_APP_ID = "1:35938260968:web:ff479731a6603f73b6f65d"
FIREBASE_MEASUREMENT_ID = "G-YF8EXV88Z0"
7 changes: 7 additions & 0 deletions config/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FIREBASE_API_KEY = 'AIzaSyCvMNsw2KHyi67WWezu1JIibhS6KiC0NB0'
FIREBASE_AUTH_DOMAIN = '3dstreet.app'
FIREBASE_PROJECT_ID = 'dstreet-305604'
FIREBASE_STORAGE_BUCKET = 'dstreet-305604.appspot.com'
FIREBASE_MESSAGING_SENDER_ID = '568813074454'
FIREBASE_APP_ID = '1:568813074454:web:41ec82e30413603c771d37'
FIREBASE_MEASUREMENT_ID = 'G-T65XPDLZ3F'
2 changes: 0 additions & 2 deletions config/.gitignore

This file was deleted.

0 comments on commit b6260f3

Please sign in to comment.