generated from hcs-t4sg/wintersession-23-24-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
18 lines (15 loc) · 926 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Since the ".env" file is gitignored, you can use the ".env.example" file to
# build a new ".env" file when you clone the repo. Keep this file up-to-date
# when you add new variables to `.env`.
# This file will be committed to version control, so make sure not to have any
# secrets in it. If you are cloning this repo, create a copy of this file named
# ".env" and populate it with your secrets.
# When adding additional environment variables, the schema in "/src/env.mjs"
# should be updated accordingly.
# Some other comments above
NEXT_PUBLIC_FIREBASE_API_KEY="AIzaSyAF1ngvOk4oXmGYNYEGWs6GSfWovONOKT8"
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN="t4sg-s24-backend.firebaseapp.com"
NEXT_PUBLIC_FIREBASE_PROJECT_ID="t4sg-s24-backend"
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET="t4sg-s24-backend.appspot.com"
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID="1039928278435"
NEXT_PUBLIC_FIREBASE_APP_ID="1:1039928278435:web:c60cdf15a8b0d0e3ed2e16"