-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.sample
More file actions
42 lines (31 loc) · 1.05 KB
/
.env.sample
File metadata and controls
42 lines (31 loc) · 1.05 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#build
TAG=latest
DOCKER_REGISTRY=openagri-eu
SOURCE_REPO=https://github.com/openagri-eu/openagri-farmcalendar
#
POSTGRES_HOST=localhost
POSTGRES_DB=farm_calendar
POSTGRES_USER=some_user
POSTGRES_PASSWORD=some_pass
PGADMIN_DEFAULT_EMAIL=
PGADMIN_DEFAULT_PASSWORD=
DJANGO_SECRET_KEY=my-secret-key
GATEKEEPER_LOGIN_URL=http://127.0.0.1:8001/login/
GATEKEEPER_LOGOUT_API_URL=http://gatekeeper:8001/api/logout/
GATEKEEPER_API_LOGIN_URL=http://gatekeeper:8001/api/login/
GATEKEEPER_ENDPOINT_REG_URL=http://gatekeeper:8001/api/register_service/
INTERNAL_SERVICE_NAME=farmcalendar
# Uncomment the following lines if you are using Agstack asset registry
# and set client secret and api key variables
# AGSTACK_ASSET_REGISTY_API_URL=https://api-ar.agstack.org/
# AGSTACK_CLIENT_SECRET=
# AGSTACK_API_KEY=
FARMCALENDAR_GATEKEEPER_USER=farmcalendar_user
FARMCALENDAR_GATEKEEPER_PASSWORD=farmcalendar_pass
JWT_SIGNING_KEY=some-secret-key
JWT_COOKIE_NAME=OpenAgriAuth
AUTO_CREATE_AUTH_USER=True
EXTRA_ALLOWED_HOSTS=farmcalendar
APP_HOST=0.0.0.0
APP_PORT=8002
LOGGING_LEVEL=DEBUG