rvv001 - Added comments to zenith.cfg
This commit is contained in:
parent
c4b68fc7d9
commit
ab6f12a628
1 changed files with 35 additions and 0 deletions
35
zenith.cfg
35
zenith.cfg
|
@ -1,7 +1,42 @@
|
||||||
|
#
|
||||||
|
# Zenith Configuration File
|
||||||
|
#
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# nodeUser -
|
||||||
|
# -------------------------------------------------------------
|
||||||
nodeUser = "user"
|
nodeUser = "user"
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# nodePwd -
|
||||||
nodePwd = "superSecret"
|
nodePwd = "superSecret"
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# nodePort -
|
||||||
nodePort = 8234
|
nodePort = 8234
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# nodePwd -
|
||||||
|
# dbFileName - contains the SQLite database name used for
|
||||||
|
# keeping all Zenith's data
|
||||||
|
# default = zenith.db
|
||||||
|
#
|
||||||
dbFileName = "zenith.db"
|
dbFileName = "zenith.db"
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# zebraHost - Zebra IP
|
||||||
|
# Default - "127.0.0.1"
|
||||||
zebraHost = "127.0.0.1"
|
zebraHost = "127.0.0.1"
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# zebraPort - Port used for access Zebra API endpoints
|
||||||
|
# must be the same port configured for your
|
||||||
|
# Zebra node
|
||||||
zebraPort = 8232
|
zebraPort = 8232
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# currencyCode - ISO 4217 currency code
|
||||||
|
#
|
||||||
|
# Example of currency codes are:
|
||||||
|
#
|
||||||
|
# United States -> currencyCode = "usd"
|
||||||
|
# Canada -> currencyCode = "cnd"
|
||||||
|
# Australia -> currencyCode = "aud"
|
||||||
|
# Euro Region -> currencyCode = "eur"
|
||||||
|
# Great Britain -> currencyCode = "gbp"
|
||||||
|
# Japan -> currencyCode = "jpy"
|
||||||
|
#
|
||||||
currencyCode = "usd"
|
currencyCode = "usd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue