# Demo configuration for the billing script. # # This file defines some basic configuration settings. # [database] ## !!! This section is necessary for running this script. At least a database ## !!! and a user have to be defined, otherwise you are not able to run this ## !!! script. ## The host where the database is running on. If this option is not used, ## 'localhost' is used as hostname. #host=localhost ## The database where osaas is logging to. database=osaas_logging ## A user that is allowed to access the database specified above. user=postgres ## The password that is required to connect to database. #password= [logging] ## Uncomment the following line to specify the logfile used for internal ## logging. By default, a file named 'billing.log' is used for logging. logfile=billing.log ## The following line defines the loglevel for the script. Currently, there are ## three loglevels defined: ## 1: the script just logs failures the occured while processing. ## 2: the script shows failures and some additional information. ## 3: the script is very verbose - shows failures, additional information and a ## lot of information about the process itself (recommended for developers). loglevel=2