17 lines
280 B
INI
Executable File
17 lines
280 B
INI
Executable File
// Configuration File for SWSA Service.
|
|
//
|
|
|
|
Daemonize = FALSE;
|
|
ListenPort = 38182;
|
|
|
|
//
|
|
// Log file output settings
|
|
//
|
|
|
|
LogToFile = FALSE;
|
|
LogFileName = "/tmp/bsa_service.log";
|
|
ServiceDebugLevel = 0xF;
|
|
//AicsDebugLevel = 0xFFF;
|
|
//SirpDebugLevel = 0xFFF;
|
|
//BsockDebugLevel = 0xFFF;
|