-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (22 loc) · 750 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (22 loc) · 750 Bytes
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
# MongoDB
MONGO_URI=mongodb://localhost:27017/txio
# API
RUST_LOG=info
JWT_SECRET=your_jwt_secret_here
BREVO_API_KEY=your_brevo_api_key_here
# Sender for OTP emails. Must be a verified sender/domain in your Brevo account.
EMAIL_FROM=no-reply@txio-backend.com
EMAIL_FROM_NAME=txio Team
GROQ_API_KEYS=your_first_groq_key,your_second_groq_key
GROQ_MODEL=llama-3.3-70b-versatile
PORT=8000
FRONTEND_URL=http://localhost:3000
API_URL=http://localhost:8000
# Google OAuth (optional; required only for "Sign in with Google")
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URL=http://localhost:8000/api/v1/auth/google/callback
# Frontend
NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1
# Desktop
VITE_RPC_URL=https://fullnode.mainnet.sui.io:443