Documentation ¶
Index ¶
Constants ¶
View Source
const ( LoggingLevel = "app.loglevel" SqliteDBPath = "app.dbpath" APIListen = "app.APIListen" // DBlockSync Stuff DBlockSyncRetryPeriod = "dblocksync.retry" CustomSQLDBMode = "db.mode" SQLDBWalMode = "db.wal" Server = "app.Server" Wallet = "app.Wallet" WalletUser = "app.WalletUser" WalletPass = "app.WalletPass" Pegnetd = "app.Pegnetd" ECPrivateKey = "app.ECPrivateKey" DisableHardForkCheck = "app.DisableHardForkCheck" )
A list of config locations
Variables ¶
View Source
var ( CompiledInBuild string = "Undefined" CompiledInVersion string = "Undefined" )
Compiled in
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.