summaryrefslogtreecommitdiff
path: root/LedgerSMB/Sysconfig.pm
blob: 983675ffbb46838f760f930d42361ad665219b50 (plain)
  1. #  This is the new configuration file for LedgerSMB. Eventually all system
  2. # configuration directives will go here, This will probably not fully replace
  3. # the ledger-smb.conf until 1.3, however.
  4. package LSMBConfig;
  5. $session='DB';
  6. $logging=0; # No logging on by default
  7. 1;