-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.exmaple
More file actions
29 lines (24 loc) · 763 Bytes
/
.env.exmaple
File metadata and controls
29 lines (24 loc) · 763 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
# MySQL Config
MYSQL_HOST=mysql
MYSQL_ROOT_PASSWORD=example
MYSQL_DATABASE=peerprep
MYSQL_USER=root
MYSQL_PASSWORD=example
# MongoDB:
MONGO_URI=mongodb://mongodb:27017/peerprep
RABBITMQ_URI=amqp://rabbitmq:5672
# BE URLs
USER_SERVICE_URL=http://user-service:8000
QUESTION_SERVICE_URL=http://question-service:8100
MATCHING_SERVICE_URL=http://matching-service:8300
SANDBOX_SERVICE_URL=http://question-service:8400
COMMUNICATION_SERVICE_URL=http://communication-service:8600
# FE URLs
FRONTEND_URL=http://localhost:3000
# Socket URLs
COLLABORATION_SOCKET_URL=ws://collaboration-socket:8200
COMMUNICATION_SOCKET_URL=ws://communication-socket:8500
# Cloudinary Config
CLOUDINARY_CLOUD_NAME=xxxxxxxxxx
CLOUDINARY_API_KEY=xxxxxxxxxx
CLOUDINARY_API_SECRET=xxxxxxxxxx