mirror of
https://github.com/beerpiss/saekawa.git
synced 2024-12-18 10:15:52 +01:00
6c3fbe3378
I don't know why you would want this, but an ALL JUSTICE showing as FAILED is funny.
26 lines
744 B
TOML
26 lines
744 B
TOML
[general]
|
|
# Set to 'false' to disable the hook
|
|
enable = true
|
|
# Whether the hook should export your class medals and emblems or not.
|
|
export_class = true
|
|
# Whether FAILED should override FULL COMBO and ALL JUSTICE.
|
|
fail_over_lamp = false
|
|
# Timeout for web requests, in milliseconds
|
|
timeout = 3000
|
|
|
|
[cards]
|
|
# Access codes that should be whitelisted
|
|
# If this is empty, all cards will be whitelisted
|
|
# There should be no whitespace between the digits
|
|
# example: whitelist = ["00001111222233334444"]
|
|
whitelist = []
|
|
|
|
[tachi]
|
|
# Tachi instance base URL
|
|
base_url = 'https://kamaitachi.xyz/'
|
|
# Tachi status endpoint
|
|
status = '/api/v1/status'
|
|
# Tachi score import endpoint
|
|
import = '/ir/direct-manual/import'
|
|
# Your Tachi API key
|
|
api_key = 'your-key-here' |