inohara/inohara.cfg.example

33 lines
681 B
Plaintext
Raw Permalink Normal View History

2024-05-19 22:24:05 +00:00
[Options]
2024-05-20 17:25:56 +00:00
2024-05-19 22:24:05 +00:00
# Whether to enable score submissions
Enable = true
2024-05-20 17:25:56 +00:00
2024-05-19 22:24:05 +00:00
# Timeout for web requests, in seconds
Timeout = 3
2024-05-20 17:25:56 +00:00
2024-05-19 22:24:05 +00:00
# Tachi instance base URL
2024-05-20 21:54:06 +00:00
BaseUrl = https://kamai.tachi.ac
2024-05-20 17:25:56 +00:00
2024-05-19 22:24:05 +00:00
# Tachi status endpoint
Status = /api/v1/status
2024-05-20 17:25:56 +00:00
2024-05-19 22:24:05 +00:00
# Tachi score import endpoint
Import = /ir/direct-manual/import
2024-05-20 17:25:56 +00:00
# Whether to display status on-screen (rudimentarily)
2024-05-19 22:24:05 +00:00
EnableOSD = false
2024-05-20 17:25:56 +00:00
# Whether to export your PBs for batch-manual (saved to batch-manual.json)
# This is very, very bad and should only be used as last resort
ExportPBs = false
2024-05-19 22:24:05 +00:00
[Keys]
2024-05-20 17:25:56 +00:00
2024-05-19 22:24:05 +00:00
* = %%TACHI_KEY%%
# If you have a multi-user setup, you can configure
# keys per-profile:
# InGameUsername = TachiApiKey
#
# An * matches everyone else