AppConfig

Represent configuration file.

Constructors

this
this(Json json)

Deserializing config from provided json object.

this
this(string path)

Parsing config from file path.

Members

Variables

aliveCheckTime
uint aliveCheckTime;
Undocumented in source.
bindAddresses
string[] bindAddresses;
Undocumented in source.
groupid
string groupid;
Undocumented in source.
hostname
string hostname;
Undocumented in source.
logJsonQueries
bool logJsonQueries;
Undocumented in source.
logSqlTransactions
bool logSqlTransactions;
Undocumented in source.
logname
string logname;
Undocumented in source.
maxConn
uint maxConn;
Undocumented in source.
port
ushort port;
Undocumented in source.
sqlAuth
string[] sqlAuth;
Undocumented in source.
sqlJsonTable
string sqlJsonTable;
Undocumented in source.
sqlReconnectTime
int sqlReconnectTime;
Undocumented in source.
sqlServers
SqlConfig[] sqlServers;
Undocumented in source.
sqlTimeout
uint sqlTimeout;
Undocumented in source.
userid
string userid;
Undocumented in source.
vibelog
string vibelog;
Undocumented in source.

Meta

Authors

Zaramzan <shamyan.roman@gmail.com>