rvv001 - zenith.cfg updated and commented for package distribution.
This commit is contained in:
parent
1ed96dcbf8
commit
9d1293ea03
2 changed files with 33 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit d45bd7dcf3c3cf4e893900a1774d24b14bf56591
|
Subproject commit 7d3ae36d2b48b8ed91a70e40a77fb7efe57765a0
|
33
zenith.cfg
33
zenith.cfg
|
@ -1,5 +1,36 @@
|
||||||
|
#
|
||||||
|
# Zenith Configuration File
|
||||||
|
#
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# nodeUser -
|
||||||
|
# -------------------------------------------------------------
|
||||||
nodeUser = "user"
|
nodeUser = "user"
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# nodePwd -
|
||||||
nodePwd = "superSecret"
|
nodePwd = "superSecret"
|
||||||
dbFilePath = "zenith.db"
|
# -------------------------------------------------------------
|
||||||
|
# dbFileName - contains the SQLite database name used for
|
||||||
|
# keeping all Zenith's data
|
||||||
|
# default = 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 = 18232
|
zebraPort = 18232
|
||||||
|
# -------------------------------------------------------------
|
||||||
|
# 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"
|
||||||
|
|
Loading…
Reference in a new issue