Skip to content

Commit

Permalink
chore: update env example
Browse files Browse the repository at this point in the history
  • Loading branch information
nourspace committed Nov 19, 2022
1 parent 26977ab commit 5a2f959
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions example.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
###### [Build config] ######
# Release tag or branch name to checkout and build
OL_BRANCH='v5.1.1'
OL_BRANCH='main'

###### [Project config] ######

# 0L Docker image
# Available tags: https://hub.docker.com/r/nourspace/0l/tags
OL_IMAGE='nourspace/0l:v5.1.1'
OL_IMAGE='nourspace/0l:main'

# Host path to be mounted (node_data) and used as DATA_DIR for 0L services
OL_DATA_DIR='~/.0L/'
OL_EPOCH_ARCHIVE_DIR='~/epoch-archive/'

# Project name
# This value is prepended along with the service name to the container on start up
Expand All @@ -26,6 +27,7 @@ OL_NODE_MODE='validator'

# Enable if your fullnode/validator are not in sync so tower uses upstream instead
#OL_TOWER_USE_FIRST_UPSTREAM='--use-first-url'
OL_TOWER_USE_FIRST_UPSTREAM=""

# To start tower in operator mode
OL_TOWER_OPERATOR='--is-operator'
Expand All @@ -42,3 +44,9 @@ OL_TOWER_VERBOSE='--verbose'
RUST_LOG='error'
# Capture backtrace on error
RUST_BACKTRACE='1'

###### 0L-Tools ######

# 0L-Tools Docker image
# Available tags: https://hub.docker.com/r/nourspace/0l-tools/tags
OL_TOOLS_IMAGE='nourspace/0l-tools:v0.1'

0 comments on commit 5a2f959

Please sign in to comment.