2024-12-20 17:31:01 +00:00
|
|
|
#
|
|
|
|
# Zenith Configuration File
|
|
|
|
#
|
|
|
|
# -------------------------------------------------------------
|
|
|
|
# nodeUser -
|
|
|
|
# -------------------------------------------------------------
|
2022-06-20 21:46:13 +00:00
|
|
|
nodeUser = "user"
|
2024-12-20 17:31:01 +00:00
|
|
|
# -------------------------------------------------------------
|
|
|
|
# nodePwd -
|
2022-06-20 21:46:13 +00:00
|
|
|
nodePwd = "superSecret"
|
2024-12-20 17:31:01 +00:00
|
|
|
# -------------------------------------------------------------
|
|
|
|
# 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"
|
2024-05-09 19:15:37 +00:00
|
|
|
zebraHost = "127.0.0.1"
|
2024-12-20 17:31:01 +00:00
|
|
|
# -------------------------------------------------------------
|
|
|
|
# zebraPort - Port used for access Zebra API endpoints
|
|
|
|
# must be the same port configured for your
|
|
|
|
# Zebra node
|
2024-05-09 19:15:37 +00:00
|
|
|
zebraPort = 18232
|
2024-12-20 17:31:01 +00:00
|
|
|
# -------------------------------------------------------------
|
|
|
|
# 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"
|