forked from Nexulean/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 742 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (14 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copy this file to .env.local and fill in the real values.
# NEVER commit .env.local to version control.
# Firebase configuration
# Obtain these values from your Firebase project settings:
# https://console.firebase.google.com/project/_/settings/general
NEXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key_here
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_project_id.firebasestorage.app
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
NEXT_PUBLIC_FIREBASE_APP_ID=your_firebase_app_id
# Web3Forms access key
# Obtain this from https://web3forms.com/
NEXT_PUBLIC_WEB3FORMS_ACCESS_KEY=your_web3forms_access_key_here