-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (18 loc) · 799 Bytes
/
.env.example
File metadata and controls
20 lines (18 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file contains all the environment variables required to run the application.
# Copy this file to .env.local and fill in the values.
# -------------------------------------
# Firebase Project Credentials
# Found in your Firebase project settings:
# Project Settings > General > Your apps > Web app > Firebase SDK snippet > Config
# -------------------------------------
NEXT_PUBLIC_FIREBASE_API_KEY=""
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=""
NEXT_PUBLIC_FIREBASE_PROJECT_ID=""
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=""
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=""
NEXT_PUBLIC_FIREBASE_APP_ID=""
# -------------------------------------
# Genkit / Google AI API Key
# Get your key from Google AI Studio: https://aistudio.google.com/app/apikey
# -------------------------------------
GEMINI_API_KEY=""