-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.local
30 lines (22 loc) · 981 Bytes
/
.env.local
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
COMPOSE_FILE=docker-compose.yml
#COMPOSE_FILE=docker-compose.yml:docker-compose-efk.yml
RELEASE_REPOSITORY=docker.graphaware.com/public
MIRROR_REPOSITORY=docker.graphaware.com/mirror
# The version of Hume this package refers to
HUME_VERSION=2.12.1
NEO4J_VERSION=4.4.4-enterprise
ELASTIC_STACK_VERSION=7.17.1
KAFKA_TOPICS_PREFIX=demo-
HUME_LICENCE_KEY=<REPLACE_LICENCE_KEY_HERE>
NEO4J_PASSWORD=password
API_KEY_SECRET=X@h8he7R@7"E^,KRg
# The address where this Hume instance is reachable
#HUME_ADVERTISED_ADDRESS=localhost
#Set the following variable to the full path to your Hume data directory
# Default is the "./data" directory of the hume installation package.
#HUME_DATA_DIR=./data
# Set the following variable to the full path of your Hume public directory
# Default is the "./public" directory of the hume installation package.
#HUME_PUBLIC_DIR=./public
# Set the following variable to `true` to enable experimental Orchestra features
HUME_EXPERIMENTAL_ENABLED=true