-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env
22 lines (17 loc) · 919 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# BUILD_VERSION=1.0.0
#USER_ID=1000
#GROUP_ID=1000
#### ---- Build Specification ----
########################################
#### Rider configuration for run.sh ####
########################################
# - Use "#VOLUMES" and "#PORTS" to indicate that the variables for run.sh"
# - To ignore line, use "##" (double) in the beginning, e.g. "##VOLUMES" and "##PORTS"
# - To indicate that the variables for run.sh", use only one "#", e.g. "#VOLUMES" and "#PORTS"
## VOLUMES_LIST="data workspace .java .profile conf/RWStore.properties:/var/lib/blazegraph/conf/RWStore.properties
#VOLUMES_LIST="volume-blazegraph_data:/var/lib/blazegraph/data data:/data workspace .java .profile:/profile"
########################################
#### ---- Product: Blazegraph setup ----
########################################
## -- To persist in Distributed file systems, e.g., Gluster, Lustre, BeeGFS
#PORTS_LIST="9999:9999"