Skip to content
Snippets Groups Projects
example-config.json 719 B
Newer Older
{
  "_": "Config example for the setra_client command-line utility",
  "client": {
    "url": "https:/example.com/",
    "batch_url": "/batch/",
    "transaction_url": "/transaction/",
    "voucher_url": "/voucher/",
    "multi_url": "/addtrans/",
    "batch_complete_url": "/batch_complete/",
    "headers": {
      "X-Gravitee-Api-Key": "..."
    },
    "return_objects": true,
    "use_sessions": true
  },
  "logging": {
    "version": 1,
    "replace_existing_loggers": false,
    "root": {
      "level": "INFO"
    },
    "loggers": {
      "__main__": {
        "level": "INFO"
      },
      "setra_client": {
        "level": "WARNING"
      },
      "urllib3": {
        "level": "DEBUG"
      }
    }
  }
}