Skip to content

Commit

Permalink
Update website/.env.development
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue committed Jan 4, 2025
1 parent 427756f commit a308edc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FIREBASE_AUTH_EMULATOR_HOST=127.0.0.1:9099

# These environment variables are required so that the Firebase JS SDK (client side) connects to the local emulator.
NEXT_PUBLIC_FIREBASE_API_KEY="demo-key"
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN="social-income-staging"
NEXT_PUBLIC_FIREBASE_PROJECT_ID="social-income-staging"
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN="demo-social-income-local"
NEXT_PUBLIC_FIREBASE_PROJECT_ID="demo-social-income-local"
NEXT_PUBLIC_FIREBASE_AUTH_EMULATOR_URL="http://localhost:9099"
NEXT_PUBLIC_FIREBASE_FIRESTORE_EMULATOR_HOST="localhost"
NEXT_PUBLIC_FIREBASE_FIRESTORE_EMULATOR_PORT="8080"
Expand All @@ -18,4 +18,3 @@ BASE_URL="http://localhost:3001"
SENDGRID_LIST_ID="2896ee4d-d1e0-4a4a-8565-7e592c377e36"
SENDGRID_SUPPRESSION_LIST_ID=45634
SENDGRID_API_KEY="SG.Q****"

0 comments on commit a308edc

Please sign in to comment.