-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdocker-compose.local-template.env
52 lines (45 loc) · 1.31 KB
/
docker-compose.local-template.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Django
# ========================
SECRET_KEY=change-me2 # pragma: allowlist secret
DEBUG=True
ALLOWED_HOSTS=*
DJANGO_SETTINGS_MODULE=config.settings.local
DATABASE_URL=postgresql://pyfeadmin:admin@db/market_access_pyfe # pragma: allowlist secret
DJANGO_LOG_LEVEL=DEBUG
#RESTRICT_ADMIN=False
# Market Access API
# ========================
MARKET_ACCESS_API_URI=http://web:8000/
MARKET_ACCESS_API_HAWK_ID=market-access-api-hawk-id
MARKET_ACCESS_API_HAWK_KEY=market-access-api-hawk-key
# Redis Settings
# ========================
REDIS_URI=redis://redis:6379
REDIS_DB=4
# SSO
# ========================
SSO_CLIENT=test
SSO_SECRET=testing # pragma: allowlist secret
SSO_BASE_URI=http://mocksso:8888/
SSO_API_URI=http://mocksso:8888/api/v1/
SSO_API_TOKEN=dummytokenforlocal
SSO_AUTHORIZE_URI=http://mocksso:8888/o/authorize/
SSO_TOKEN_URI=http://mocksso:8888/o/token/
SSO_MOCK_CODE=tryanything
# Data Hub
# ========================
DATAHUB_URL=
DATAHUB_HAWK_ID=
DATAHUB_HAWK_KEY=
# Google Tag Manager
# ========================
GTM_ID=
GTM_AUTH=
GTM_PREVIEW=
# UI Tests
# ========================
BASE_FRONTEND_TESTING_URL=http://host.docker.internal:9880
# Companies House
# ========================
COMPANIES_HOUSE_API_KEY=<<CHECK VAULT>> # pragma: allowlist secret
COMPANIES_HOUSE_API_ENDPOINT=<<CHECK VAULT>> # pragma: allowlist secret