-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
119 lines (95 loc) · 2.96 KB
/
.env.example
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
PORTAL_URL=http://localhost
PORTAL_PATH_INVITE=invite
GATEWAY_API_URL=""
BANNER_URL=""
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=redis
SESSION_DRIVER=file
SESSION_LIFETIME=120
MEMCACHED_HOST=127.0.0.1
REDIS_HOST="redis-local-master.default.svc.cluster.local"
REDIS_PASSWORD=MY_REDIS_PASSWORD
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1
VITE_APP_NAME="${APP_NAME}"
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
CUSTODIAN_SALT_1="RandomSalt1Short"
CUSTODIAN_SALT_2="RandomSalt2Loooooooonger"
REGISTRY_SALT_1="RandomRegistrySalt1Short"
REGISTRY_SALT_2="RandomRegistrySalt2Loooooooonger";
KEYCLOAK_CLIENT_ID="speedi-registry-app"
KEYCLOAK_CLIENT_SECRET="SECRET"
KEYCLOAK_REDIRECT_URL="http://localhost:8100/api/auth/callback"
KEYCLOAK_BASE_URL="http://KEYCLOAK_URL:8080/"
KEYCLOAK_REALM="REALMNAME"
KEYCLOAK_TEST_USERNAME="YOURUSERNAME"
KEYCLOAK_TEST_PASSWORD="YOURPASSWORD"
KEYCLOAK_LEEWAY=60
KEYCLOAK_LOAD_USER_FROM_DATABASE=true
MJML_API_APPLICATION_KEY=SECRET1
MJML_API_KEY=SECRET2
MJML_RENDER_URL=https://api.mjml.io/v1/render
RULES_ENGINE_SERVICE="http://localhost:4200/"
RULES_ENGINE_PROJECT_ID=""
RULES_ENGINE_PROJECT_TOKEN=""
RULES_ENGINE_EVAL_MODEL=""
INVITE_TIME_HOURS=1
SUPPORT_EMAIL="[email protected]"
OTP_VALIDITY_MINUTES=30
OTP_LENGTH=6
OTP_ONLY_DIGITS=false
CLAM_AV_SERVICE_URL="http://clamav:3001/scan_file"
SCANNING_FILESYSTEM_DISK="local_scan"
## External Services / APIs ##
ORCID_APP_ID=""
ORCID_CLIENT_SECRET=""
IDVT_ORG_SCANNER="http://soursd-ocr:8000/grab"
IDVT_COMPANIES_HOUSE_URL="https://find-and-update.company-information.service.gov.uk/company/"
OCTANE_SERVER=frankenphp
OCTANE_HTTPS=false
RATE_LIMIT=10000
RULES_ENGINE_ACTIVE=true
ROR_API_URL="https://api.ror.org/v1/organizations"
ONS_ACCREDITED_RESEARCHER_LIST_PAGE_URL="https://uksa.statisticsauthority.gov.uk/digitaleconomyact-research-statistics/better-useofdata-for-research-information-for-researchers/list-of-accredited-researchers-and-research-projects-under-the-research-strand-of-the-digital-economy-act/"
ONS_ACCREDITED_RESEARCHER_LIST_URL="https://uksa.statisticsauthority.gov.uk/wp-content/uploads/%s/%s/%s-%s-%s-UKSA-Accredited-Researcher-Report.xlsx"
ONS_COLUMN_START_INDEX=1
ONS_ROW_START_INDEX=6