mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-07-10 03:18:48 -07:00
28 lines
540 B
YAML
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
|