Show
Ignore:
Timestamp:
06/10/03 18:37:54 (21 years ago)
Author:
jalet
Message:

Deletion of the second user which is not needed anymore.
Added a debug configuration field in /etc/pykota.conf
All queries can now be sent to the logger in debug mode, this will
greatly help improve performance when time for this will come.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1016 r1021  
    2626[global] 
    2727# Storage backend for quotas 
    28 # only PostgreSQL is supported 
     28# only PGStorage (PostgreSQL) is supported 
    2929# Ldap, MySQL, Berkeley are planned 
    30 storagebackend: postgresql 
     30 
     31# the 'postgresql' value is deprecated, use 'pgstorage' instead. 
     32storagebackend: pgstorage 
    3133 
    3234# Quota Storage Server hostname (and optional port) 
     
    4042# Quota Storage administrator's and normal user's names and passwords 
    4143storageadmin: pykotaadmin 
    42 storageuser: pykotauser 
    4344# storageadminpw: Comment out if unused, or set to Quota Storage admin password 
    44 # storageuserpw: Comment out if unused, or set to Quota Storage user password 
     45 
     46# NB : storageuser and storageuserpw are not used anymore 
    4547 
    4648# LDAP example : 
     
    5759# if the value is not set then the default SYSTEM applies. 
    5860logger: system 
     61 
     62# Enable debugging ? Put YES instead here. 
     63debug : No 
    5964 
    6065# Mail server to use to warn users