-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
38 lines (30 loc) · 1.14 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
# FQDN under which Kibana is accessible
ServerFqdn=server.domain.de
# Docker Hub
# Configure the Tag which should be used (e.g. latest)
DH_CONTAINER_TAG=latest
# Elasticsearch
# User 'elastic' (built-in)
#
# Superuser role, full access to cluster management and data indices.
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
ELASTIC_PASSWORD=<your-elastic-password>
# User 'kibana_system' (built-in)
#
# The user Kibana uses to connect and communicate with Elasticsearch.
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
KIBANA_PASSWORD=<your-kibana-password>
# User 'parsedmarc'
#
# The user parsedmarc uses to connect and communicate with Elasticsearch.
PARSEDMARC_PASSWORD=<your-parsedmarc-password>
# Nginx -> Certbot -> Lets Encrypt settings
LE_RsaKeySize=4096
LE_STAGING=False
# Max Mind GeoIP
# https://github.com/maxmind/geoipupdate/blob/main/doc/docker.md
GEOIPUPDATE_ACCOUNT_ID=XXXXXX
GEOIPUPDATE_LICENSE_KEY=XXXXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXX
GEOIPUPDATE_EDITION_IDS=GeoLite2-ASN GeoLite2-City GeoLite2-Country
GEOIPUPDATE_FREQUENCY=24