Skip to content

Commit

Permalink
Merge pull request #236 from mekanix/feature/default-values
Browse files Browse the repository at this point in the history
Make all in default.conf have default value
  • Loading branch information
mekanix authored Jul 15, 2022
2 parents b822de7 + af937b1 commit 73ea3aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/default.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.2.3
VERSION=0.2.4

CBSD_WORKDIR=${CBSD_WORKDIR:-"/usr/cbsd"}
MASTER_IP=${MASTER_IP:-"172.16.0.253"}
Expand All @@ -10,5 +10,5 @@ JAIL_INTERFACE_IP=${JAIL_INTERFACE_IP:-"172.16.1.254"}
ZFS_POOL=${ZFS_POOL:-"zroot"}
PKG_MIRROR=${PKG_MIRROR:-"pkg.FreeBSD.org"}
PKG_REPO=${PKG_REPO:-"latest"}
PKG_PROXY="no"
IPV6_PREFIX="fd10:6c79:8ae5:8b91:"
PKG_PROXY=${PKG_PROXY:="no"}
IPV6_PREFIX=${IPV6_PREFIX:="fd10:6c79:8ae5:8b91:"}

0 comments on commit 73ea3aa

Please sign in to comment.