-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
31 lines (28 loc) · 1.23 KB
/
.env.local.example
File metadata and controls
31 lines (28 loc) · 1.23 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
# ===========================================
# HƯỚNG DẪN THIẾT LẬP FIREBASE
# ===========================================
#
# 1. Vào https://console.firebase.google.com/
# 2. Tạo project mới hoặc chọn project có sẵn
# 3. Vào Project Settings > General > Your apps > Web app
# 4. Copy các giá trị config vào file .env.local
# 5. Đổi tên file này thành .env.local
#
# ===========================================
# Firebase Configuration
NEXT_PUBLIC_FIREBASE_API_KEY=AIzaSy...your_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.appspot.com
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=123456789012
NEXT_PUBLIC_FIREBASE_APP_ID=1:123456789012:web:abcdef123456
# Token Secret for QR Code (tạo một chuỗi ngẫu nhiên)
NEXT_PUBLIC_TOKEN_SECRET=your_random_secret_key_minimum_32_characters
# ===========================================
# GROQ API (AI Assistant - Miễn phí)
# ===========================================
# 1. Vào https://console.groq.com/keys
# 2. Đăng ký tài khoản miễn phí
# 3. Tạo API Key mới
# 4. Copy vào đây
GROQ_API_KEY=gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxx