-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.vercel.example
18 lines (15 loc) · 1.13 KB
/
.env.vercel.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# For Vercel deploys you must provide all these env variables in the vercel interface.
# This makes sure that they are available at build time as well as inside the SSR functions.
# From what I can tell, the `FIREBASE_PRIVATE_KEY` does not show up in the public js files but this needs further analysis.
# VUEFIRE Firebase Authentication Service Account (path if using it, something random if you want to use the below config cause it needs to be defined even if you don't use it).
# GOOGLE_APPLICATION_CREDENTIALS = "WORKAROUND_MUST_PROVIDE_SOMETHING"
# Google Service Account (for use in the server)
# FIREBASE_PROJECT_ID = "nxxxxxREDACTEDxxxxx"
# FIREBASE_CLIENT_EMAIL = "firebase-adminsdk-xxxxx@nxxxxxREDACTEDxxxxx.iam.gserviceaccount.com"
# FIREBASE_PRIVATE_KEY = "-----BEGIN PRIVATE KEY-----\nxxxxxREDACTEDxxxxx\n-----END PRIVATE KEY-----\n"
# Front End API Key (for use in the browser)
# FIREBASE_API_KEY = "nxxxxxREDACTEDxxxxx"
# FIREBASE_AUTH_DOMAIN = "nxxxxxREDACTEDxxxxx.firebaseapp.com"
# FIREBASE_STORAGE_BUCKET = "nxxxxxREDACTEDxxxxx.appspot.com"
# FIREBASE_MESSAGING_SENDER_ID = "nxxxxxREDACTEDxxxxx"
# FIREBASE_APP_ID = "nxxxxxREDACTEDxxxxx"