-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.txt
More file actions
34 lines (26 loc) · 863 Bytes
/
Copy pathenv.txt
File metadata and controls
34 lines (26 loc) · 863 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
DB_URL=jdbc:mysql://local-db:3306/ssafy_web_db?serverTimezone=Asia/Seoul
DB_USERNAME=root
DB_PASSWORD=OUR_SECRET
REDIS_HOST=local-redis
REDIS_PORT=6379
RABBIT_HOST=local-rabbitmq
RABBIT_PORT=5672
RABBIT_USER=guest
RABBIT_PASS=guest
RABBITMQ_VHOST=/
BACKEND_AI_RESULT_API=http://spring-server:8080/api/results/{resultId}/ai-analysis
BACKEND_SYSTEM_TOKEN= OUR_KEY
RABBITMQ_EXCHANGE=rag.exchange
RABBITMQ_QUEUE=rag.request.queue
RABBITMQ_ROUTING_KEY=rag.key
JWT_SECRET=OUR_SECRET
LIVEKIT_URL=wss://i14d109.p.ssafy.io/livekit
LIVEKIT_HTTP_URL=http://host.docker.internal:7880
LIVEKIT_API_KEY=OUR_KEY
LIVEKIT_API_SECRET=OUR_SECRET
MINIO_ENDPOINT=http://local-minio:9000
MINIO_BASEURL=https://i14d109.p.ssafy.io/
MINIO_LIVEKIT_ENDPOINT=http://127.0.0.1:9000
MINIO_SERVER_URL=https://i14d109.p.ssafy.io/minio
MINIO_ACCESS_KEY=OUR_KEY
MINIO_SECRET_KEY=OUR_SECRET