-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
47 lines (35 loc) · 974 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# FSI Server image and version
#
FSI_SERVER_IMAGE=neptunelabs/fsi-server
FSI_SERVER_IMAGE_TAG=22.12
#
# Nginx image and version
#
NGINX_IMAGE=nginx
NGINX_IMAGE_TAG=alpine
# Paths for FSI Server and Nginx configs
FSI_CONFIG_PATH=./conf/fsi-server
NGINX_CONFIG_PATH=./conf/nginx
# Base path for all connector source images
ASSET_PATH=./fsi-data/assets
# Path for the FSI Server storage
STORAGE_PATH=./fsi-data/storage
# Path for FSI Viewer settings ans skins
OVERLAY_PATH=./fsi-data/overlay
# Path for FSI Server solr data
SOLR_PATH=./fsi-data/solr-core/fsi-server
# Path for logging files
LOG_PATH=./fsi-data/logs
# Leave untouched if you haven't an external Apache Solr server
SOLR_SERVER_URI=http://solr-server:8983/solr/
# Verbosity of FSI Server logging
LOG_FSI_LEVEL=info
#
# Mirror Servers only
#
# Hostname and SSH port of the mirror server
MIRROR_HOSTNAME=fsi-secondary.domain.tld
MIRROR_SSH_PORT=22
# SSH key for lsyncd
SYNC_KEY=./conf/lsyncd/sync.key