-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env_sample
54 lines (39 loc) · 1.35 KB
/
.env_sample
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
DEBUG=True
TASE_CONFIG_FILE_NAME_DEBUG="tase-test.json"
TASE_CONFIG_FILE_NAME_PRODUCTION="tase-prod.json"
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD=abcdef
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=abcdef
# Version of Elastic products
STACK_VERSION=8.2.0
# Set the cluster name
CLUSTER_NAME=docker-cluster
# Set to 'basic' or 'trial' to automatically start the 30-day trial
LICENSE=basic
#LICENSE=trial
# Port to expose Elasticsearch HTTP API to the host
ES_PORT=9200
#ES_PORT=127.0.0.1:9200
# Port to expose Kibana to the host
KIBANA_PORT=5601
#KIBANA_PORT=80
# Increase or decrease based on the available host memory (in bytes)
MEM_LIMIT=1073741824
JAVA_OPTS=-Xmx2260m -Xms2260m
# Project namespace (defaults to the current folder name if not set)
#COMPOSE_PROJECT_NAME=myproject
#############################################################################3
# Logging
#############################################################################3
LOGGING_LEVEL="DEBUG"
ARANGODB_VERSION=3.9.1
# do not use this in production mode
ARANGODB_NO_AUTH=0
ARANGODB_ROOT_PASSWORD=root_password
ARANGODB_PORT="8529:8529"
RABBITMQ_URL="amqp://localhost:5672"
RABBITMQ_AMQP_PORT="5672:5672"
RABBITMQ_HTTP_UI_PORT="15672:15672"
RABBITMQ_DEFAULT_USER=rabbitmq_user
RABBITMQ_DEFAULT_PASS=rabbitmq_password