-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
24 lines (19 loc) · 830 Bytes
/
.env.template
File metadata and controls
24 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## HUME CONFIGURATION
## GraphAware - https://graphaware.com
## © 2013 - All rights reserved
# The version of Hume this package refers to
HUME_VERSION=2.12.0
HUME_LICENCE_KEY=<LICENCE_KEY_STRING>
NEO4J_VERSION=4.4.4-enterprise
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=false