-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
33 lines (31 loc) · 1.14 KB
/
.env
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
# external
API_GATEWAY_PORT=3000
API_GATEWAY_URI=http://host.docker.internal:3000
NEXT_PUBLIC_API_GATEWAY_URI=http://localhost:3000
FRONTEND_CLIENT_PORT=4200
CDN_PORT=8080
# MongoDB compass URL is mongodb://localhost:27017
MONGODB_COMPASS_PORT = 27017
POSTGRES_PORT = 5432
POSTGRES_PG_ADMIN_PORT = 5200
REDIS_INSIGHT_PORT = 6379
OPEN_AI_API_KEY=""
HUGGING_FACE_API_KEY=""
# internal
ORDERS_SERVICE_PORT=3001
ORDER_HISTORY_SERVICE_PORT=3002
PRODUCTS_SERVICE_PORT=3003
PAYMENTS_SERVICE_PORT=3004
DIGITAL_IDENTITY_SERVICE_PORT=3005
PROFILE_SERVICE_PORT=3006
ORDERS_SERVICE_CONTAINER_ORIGIN=http://orders-service
ORDER_HISTORY_SERVICE_CONTAINER_ORIGIN=http://order-history-service
PRODUCTS_SERVICE_CONTAINER_ORIGIN=http://products-service
PAYMENTS_SERVICE_CONTAINER_ORIGIN=http://payments-service
DIGITAL_IDENTITY_SERVICE_CONTAINER_ORIGIN=http://digital-identity-service
PROFILE_SERVICE_CONTAINER_ORIGIN=http://profile-service
DATABASE_URL=mongodb://mongodb-server:27017/dbFashion
#DATABASE_URL="postgresql://prisma:prisma@postgresql-server:5432/dbFashion?schema=public"
REDIS_CONNECTION_URI=redis://redis-server:6379
CDN_HOST=host.docker.internal
CDN_HOST_DEBUG= ""