mirror of
https://github.com/getbible/v2_builder.git
synced 2024-11-10 06:30:54 +00:00
33 lines
885 B
Plaintext
33 lines
885 B
Plaintext
###############################
|
|
# The Config Template
|
|
# 1. Copy file to conf/.config
|
|
# 2. Remove key=values not needed
|
|
# 3. Update values of each key
|
|
###############################
|
|
key=value
|
|
###############################
|
|
|
|
# set scripture folder path (json API files)
|
|
getbible.api=/home/username/v2
|
|
|
|
# set the path to the Crosswire zipped modules
|
|
getbible.zip=/home/username/sword_zip
|
|
|
|
# set Bible config file path
|
|
getbible.bconf=/home/username/v2_builder/conf/CrosswireModulesMap.json
|
|
|
|
# set download behaviour 0->no download; 1->download
|
|
getbible.download=1
|
|
|
|
# clone and/or pull target repositories 0->no pull/clone; 1->pull/clone
|
|
getbible.pull=0
|
|
|
|
# push changes to github if repositories connected, and has changes 0->no push; 1->push
|
|
getbible.push=0
|
|
|
|
# only hash the scriptures 0->normal; 1->only hash
|
|
getbible.hashonly=0
|
|
|
|
# kill all messages 0->normal; 1->none
|
|
getbible.quiet=0
|