17 lines
413 B
INI
17 lines
413 B
INI
|
|
// by default, use WIN displayer
|
|
WindowStyle = "WIN";
|
|
|
|
// by default, use localhost to find the naming service
|
|
NSHost = "localhost";
|
|
|
|
DontUseAES = 1;
|
|
|
|
NegFiltersDebug += { "NETL", "NET" };
|
|
NegFiltersInfo += { "NETL" };
|
|
NegFiltersWarning += { };
|
|
|
|
// where to send error reports
|
|
DefaultEmailSMTP = "smtp";
|
|
DefaultEmailFrom = "snowballs2@kaetemi.be";
|
|
DefaultEmailTo = "opennel@kaetemi.be";
|