-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
34 lines (26 loc) · 1.12 KB
/
.env.local.example
File metadata and controls
34 lines (26 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Application
NEXT_PUBLIC_APP="Goldlabel pr0"
# Firebase Public Configuration
NEXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key_here
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-project.firebaseapp.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-project.firebasestorage.app
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
NEXT_PUBLIC_FIREBASE_APP_ID=your_firebase_app_id
# Firebase Admin
FIREBASE_PROJECT_ID="your-firebase-project-id"
FIREBASE_CLIENT_EMAIL="your-firebase-admin-email@project.iam.gserviceaccount.com"
# Flickr API
FLICKR_USER=your_flickr_user_id
FLICKR_KEY=your_flickr_api_key
FLICKR_SECRET=your_flickr_secret
# OpenAI API
OPENAI_API_KEY=your_openai_api_key
# IP Geolocation
NEXT_PUBLIC_IPGEOLOCATION_API_KEY=your_ipgeolocation_api_key
# Mapbox
NEXT_PUBLIC_MAPBOX_TOKEN=your_mapbox_token
# Google Cloud Service Account (Base64 encoded JSON)
GOOGLE_CLOUD_SERVICE_ACCOUNT_BASE64="your_base64_encoded_google_cloud_service_account_json"
# Firebase Service Account (Base64 encoded JSON)
FIREBASE_SERVICE_ACCOUNT_BASE64="your_base64_encoded_firebase_service_account_json"