forked from ImFineThxAndYou/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
47 lines (37 loc) · 1.16 KB
/
env.example
File metadata and controls
47 lines (37 loc) · 1.16 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
35
36
37
38
39
40
41
42
43
44
45
46
47
# Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=howareyou_dev
DB_USERNAME=devuser
DB_PASSWORD=devpass
# MongoDB Configuration
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_URI=mongodb+srv://username:password@cluster.mongodb.net/?retryWrites=true&w=majority&appName=app
MONGO_DB=howrudb
# Redis Configuration
REDIS_HOST=localhost
REDIS_PORT=6379
# Google OAuth2 Configuration
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
# JWT Configuration
JWT_SECRET=your_jwt_secret_key_here
# Frontend URL
FRONT_URL=http://localhost:3000
# LibreTranslate Configuration
LIBER_HOST=localhost
LIBER_PORT=5001
# Gemini AI Configuration
GEMINI_API_KEY=your_gemini_api_key
# Kafka Configuration
# Development Environment
KAFKA_BOOTSTRAP_SERVERS=localhost:9094
KAFKA_CONSUMER_GROUP_ID=howru-dev
# Production Environment (AWS MSK)
# AWS_MSK_BROKERS=b-1.your-cluster.abc123.c2.kafka.ap-northeast-2.amazonaws.com:9098,b-2.your-cluster.abc123.c2.kafka.ap-northeast-2.amazonaws.com:9098
# KAFKA_CONSUMER_GROUP_ID=howru-prod
# AWS Configuration
# AWS_REGION=ap-northeast-2
# AWS_ACCESS_KEY_ID=your_access_key
# AWS_SECRET_ACCESS_KEY=your_secret_key