server: address: 127.0.0.1 port: 8080 shutdown_wait_time: 15s logging: pretty: true level: debug app: db_path: ./db.sqlite objdiff_path: ./objdiff-cli-linux-x86_64 github_token: ghp_1234567890 github: v3_api_url: https://api.github.com/ v4_api_url: https://api.github.com/graphql app: integration_id: 1234 webhook_secret: webhook_secret private_key: | -----BEGIN RSA PRIVATE KEY----- ... -----END RSA PRIVATE KEY----- oauth: client_id: client_id client_secret: client_secret