-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
26 lines (25 loc) · 892 Bytes
/
.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
COMPOSE_FILE_RUN=docker-compose.yml,docker-compose-run.yml
COMPOSE_FILE=${COMPOSE_FILE_RUN},docker/dev.yml
COMPOSE_PROJECT_NAME=off-query
COMPOSE_PATH_SEPARATOR=,
RESTART_POLICY=no
TAG=latest
QUERY_PORT=127.0.0.1:5511
POSTGRES_HOST=localhost
POSTGRES_PORT=127.0.0.1:5512
POSTGRES_DB=query
POSTGRES_USER=productopener
POSTGRES_PASSWORD=productopener
POSTGRES_SHM_SIZE=256m
COMMON_NET_NAME=off_shared_network
# Note when running in a container the following settings are changed to use the internal docker network
MONGO_URI=mongodb://localhost:27017
REDIS_URL=redis://localhost:6379
# Log levels are: debug, verbose, log (default), warn, error
LOG_LEVEL=debug
# This is the default. Use 16G in production
QUERY_POSTGRES_SHARED_BUFFERS=128MB
# This is the default. Use 1G in production
QUERY_POSTGRES_WORK_MEM=4MB
# Space delimited list of dependant projects
DEPS=openfoodfacts-shared-services