-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
25 lines (20 loc) · 1.3 KB
/
Copy path.env
File metadata and controls
25 lines (20 loc) · 1.3 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
# Which environment is running? It should be "development" or "production".
NODE_ENV=development
IP_FRONTEND=sideproject
INNER_PORT_FRONTEND=80 # nginx.conf that front the web, api and ws
INNER_PORT_FRONTEND_DEV=3000 # ViteJS server only in dev
OUTER_PORT_FRONTEND=3501 # Port opened by the Docker to communicate to the client. Also Kubernetes Service for frontend.
DOCKER_CLIENT_HEALTHCHECK_TEST=/bin/true
IP_BACKEND=sideproject
INNER_PORT_BACKEND=80 # Internal port for the Node server
OUTER_PORT_BACKEND=3500 # Port opened by the Docker to communicate to the server
IP_REDIS=redis
INNER_PORT_REDIS=6379
OUTER_PORT_REDIS=6379
# What health check test command do you want to run? In development, having it
# curl your web server will result in a lot of log spam, so setting it to
# /bin/true is an easy way to make the health check do basically nothing.
#export DOCKER_SERVER_HEALTHCHECK_TEST=curl localhost:8700/health
DOCKER_SERVER_HEALTHCHECK_TEST=/bin/true
ACCESS_TOKEN_SECRET=f566a3d195d8399240fc1ab322c6fd96ba066c1eed52ba2ecd0ca2beaf966508fbd9e9b3630356fc9d88010ab4414f62a2c0c32bceef308529814a860e6f6a8d #private-nogenerate
REFRESH_TOKEN_SECRET=59bf0dd72a7aee8465b13c4a8ab17739cb494276aa81d99b480b619bc475eb096918e873666303b59df56f408ca34536be2d2dee87c349a977ba42239257d18b #private-nogenerate