This repository was archived by the owner on Apr 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathoptions.default
More file actions
69 lines (51 loc) · 1.37 KB
/
options.default
File metadata and controls
69 lines (51 loc) · 1.37 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
##
# Setup Options
##
# Pull latest images from dockerhub
PULL_IMAGES=true
# Remove previous data
WIPE_ON_INIT=true
# Initial tenants to create
INITIAL_TENANTS="dev;prod;test;"
##
# Services Options
##
## Routing Settings
BASE_PROTOCOL=http
# Host from which all services will be served
LOCAL_HOST=aether.local
## Keycloak Settings
KEYCLOAK_GLOBAL_ADMIN=kc-admin
KEYCLOAK_PUBLIC_CLIENT=aether
KEYCLOAK_OIDC_CLIENT=kong
# default login theme for all services
KEYCLOAK_LOGIN_THEME=ehealth
## Credentials
INITIAL_SU_USERNAME=sys-admin
INITIAL_ADMIN_USERNAME=admin
INITIAL_USER_USERNAME=user
# Password for user "user"
SERVICES_DEFAULT_USER_PASSWORD=password
# Password for user "admin"
SERVICES_DEFAULT_ADMIN_PASSWORD=adminadmin
##
# Enable Services
##
## ODK & Gather3
ENABLE_GATHER=true
## ElasticSearch
ENABLE_ELASTICSEARCH=true
## CKAN
ENABLE_CKAN=true
## Kafka
ENABLE_CONNECT=true
# LOCAL or CONFLUENT
AETHER_CONNECT_MODE=LOCAL
## Confluent Cloud
# Set `AETHER_CONNECT_MODE=CONFLUENT` and the following...
# CC_URL= # CCloud cluster access url
# CC_SU_USER= # API Key name for Service account with full RW on cluster
# CC_SU_PASSWORD= # API Secret for Service account with full RW on cluster
# CC_API_USER= # Web based user (administrative)
# CC_API_PASSWORD= # password for admin user
# CC_CLUSTER_NAME= # name of cluster in CCloud