Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update inohara's config schema #1225

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions server/src/lib/builtin-clients/builtin-clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,33 +218,31 @@ base_url = "${ServerConfig.OUR_URL}"`,
Enable = true

# Timeout for web requests, in seconds
Timeout = 3
Timeout = 5

# Tachi instance base URL
BaseUrl = ${ServerConfig.OUR_URL}

# Tachi status endpoint
Status = /api/v1/status
# Tachi API v1 route
ApiRoute = /api/v1

# Tachi score import endpoint
Import = /ir/direct-manual/import

# Whether to display status on-screen (rudimentarily)
EnableOSD = false

# 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
# Whether to generate score/bell/life charts
EnableGraphs = true

[Keys]

* = %%TACHI_KEY%%

# If you have a multi-user setup, you can configure
# keys per-profile:
# keys per-profile, using in-game name or access code:
#
# InGameUsername = TachiApiKey
# 00081111222233334444 = AnotherTachiApiKey
#
# An * matches everyone else`,
# If present, an * matches everyone else`,
},
];

Expand Down
Loading