-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
34 lines (24 loc) · 985 Bytes
/
.env
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
## HUME CONFIGURATION
## GraphAware - https://graphaware.com
## © 2013 - All rights reserved
# -------- INSERT YOUR SPECIFIC CONFIGURATION SETTINGS BELOW -------- #
#
#USER_SPECIFIC_SETTING=
#
# ------------------------------------------------------------------- #
# The version of Hume this package refers to
HUME_VERSION=2.10.0-RC
REACT_APP_VERSION=v4
# 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
# Minio Credentials
BLOBSTORE_ACCESS_KEY=humeblob
BLOBSTORE_SECRET_KEY=humeblob