-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (33 loc) · 1.38 KB
/
.env.example
File metadata and controls
49 lines (33 loc) · 1.38 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
43
44
45
46
47
48
49
APP_LOG_LEVEL = "DEBUG"
APP_LOG_PATH = "/path/to/log/file/log.txt"
AUDIT_LOG_PATH = "/path/to/audit/log/file/log.txt"
AUDIT_LOG_PUBLIC_KEY_PATH = "/path/to/audit/log/public_key/keyfile.pem"
AZURE_COMMUNICATION_SERVICE_CONNECTION_STRING=""
# This file is used to configure the client applications and their IDs. It should be a
# JSON list of objects, each with the following keys:
# - client_id
# - application_id
# - application_name
# Example:
# [
# {
# "client_id": "E8aUJURhPUrf3DiFxRsYKk3jjh7a",
# "application_id": "74916a90-718d-4cef-8da4-43863df11198",
# "application_name": "App Name"
# }
# ]
CLIENT_APPLICATION_DETAILS_FILE="path/to/client/applications/metadata/file.json"
DATA_REGISTRY_SUITECRM_API_URL = "https://base_url_of_suitecrm_instance.org"
DATA_REGISTRY_SUITECRM_CLIENT_ID = "RYD's client ID here"
DATA_REGISTRY_SUITECRM_CLIENT_SECRET = "RYD's client secret here"
EMAIL_ADDRESS_FOR_IATI_SUPPORT_APPROVALS="email_to_send_approvals_to@example.org"
EMAIL_NEW_ORG_NOTIFICATION_ADDRESS=""
EMAIL_SENDER_RYD_FROM_NAME=""
EMAIL_SENDER_RYD_FROM_EMAIL=""
EMAIL_TEMPLATES_DIR="email_templates"
FGA_PROVIDER_CONNECTION_STRING="FGA database connection string here"
FGA_PROVIDER=FineGrainedAuthorisationProviderPgDb
IATI_ACCOUNT_INSTANCE_BASE_URL="https://BASE_URL_HERE"
PROMETHEUS_PORT = 1111
JWKS_URI = "https://example.org/jwks"
JWT_AUDIENCE = "some_audience"