Files
decomp.dev/config.example.yml
2024-08-29 22:37:30 -06:00

28 lines
540 B
YAML

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