-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.template
33 lines (28 loc) · 930 Bytes
/
.env.template
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
APPLICATION_HOST=127.0.0.1
APPLICATION_PORT=8081
APPLICATION_JWT_SECRET=development
# for .env.test use docker/test/docker-compose db service name
APPLICATION_DB_HOST=127.0.0.1
APPLICATION_DB_USERNAME=
APPLICATION_DB_PASSWORD=
APPLICATION_DB_DATABASE=budget-tracker
APPLICATION_DB_PORT=5432
APPLICATION_DB_DIALECT=postgres
# for .env.test use docker/test/docker-compose redis service name
APPLICATION_REDIS_HOST=127.0.0.1
APP_SESSION_ID_SECRET=
# Tests configurations
# e2e tests are running in parallel, so we need a strict amount of workers,
# so then we can dynamically create the same amount of DBs
JEST_WORKERS_AMOUNT=4
SHOW_LOGS_IN_TESTS=false
# pgAdmin config
PGADMIN_DEFAULT_PASSWORD=password
PGADMIN_LISTEN_PORT=8001
# To load exchange rates
API_LAYER_API_KEY=
# Logging with Grafana
GRAFANA_LOKI_HOST=https://<your_prefix>.grafana.net
GRAFANA_LOKI_USER_ID=
GRAFANA_LOKI_AUTH=