-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (36 loc) · 916 Bytes
/
Copy path.env.example
File metadata and controls
46 lines (36 loc) · 916 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Project Configuration
COMPOSE_PROJECT_NAME=language-dev
# MongoDB Configuration
MONGO_INITDB_ROOT_USERNAME=your_mongo_username
MONGO_INITDB_ROOT_PASSWORD=your_mongo_password
MONGO_DATABASE=your_database_name
# Redis Configuration
REDIS_PASSWORD=your_redis_password
# MySQL Configuration
MYSQL_PORT=3306
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=language_db
MYSQL_USER=language_user
MYSQL_PASSWORD=language_password
# Kafka Configuration
KAFKA_PORT=9092
KAFKA_AUTO_CREATE_TOPICS_ENABLE=true
# Zookeeper Configuration
ZOOKEEPER_CLIENT_PORT=2181
ZOOKEEPER_TICK_TIME=2000
# Port Configuration
ZOOKEEPER_PORT=2181
MONGODB_PORT=27017
REDIS_PORT=6379
# Application URLs
FRONTEND_BASE_URL=http://localhost:3000
BACKEND_BASE_URL=http://localhost:8080
# OAuth - Kakao
KAKAO_CLIENT_ID=
KAKAO_CLIENT_SECRET=
# OAuth - Naver
NAVER_CLIENT_ID=
NAVER_CLIENT_SECRET=
# OAuth - Google
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=