auditor 0.11.0

AccoUnting Data handlIng Toolbox for Opportunistic Resources
Documentation
application:
  port: 8000
database:
  host: "localhost"
  port: 5432
  username: "postgres"
  password: "password"
  database_name: "auditor"
metrics:
  database:
    frequency: 30
    metrics:
      - RecordCount
      - RecordCountPerSite
      - RecordCountPerGroup
      - RecordCountPerUser
tls_config:
  use_tls: false
  ca_cert_path: "/path/rootCA.pem"
  server_cert_path: "/path/server-cert.pem"
  server_key_path: "/path/server-key.pem"
logging:
  log_to_file: false
  log_dir: "logs"
  log_file_size: 1024
  number_of_rotated_backups: 5