mirror of
https://github.com/versia-pub/server.git
synced 2026-01-26 04:06:01 +01:00
fix(config): 💚 Fix incorrect CI config
This commit is contained in:
parent
c7221ae9d1
commit
c993b7207e
6
.github/config.workflow.toml
vendored
6
.github/config.workflow.toml
vendored
|
|
@ -284,3 +284,9 @@ max_coeff = 1.0
|
||||||
[custom_ratelimits]
|
[custom_ratelimits]
|
||||||
# Add in any API route in this style here
|
# Add in any API route in this style here
|
||||||
"/api/v1/timelines/public" = { duration = 60, max = 200 }
|
"/api/v1/timelines/public" = { duration = 60, max = 200 }
|
||||||
|
|
||||||
|
[plugins]
|
||||||
|
|
||||||
|
[plugins."@versia/openid".keys]
|
||||||
|
private = "MC4CAQAwBQYDK2VwBCIEID+H5n9PY3zVKZQcq4jrnE1IiRd2EWWr8ApuHUXmuOzl"
|
||||||
|
public = "MCowBQYDK2VwAyEAzenliNkgpXYsh3gXTnAoUWzlCPjIOppmAVx2DBlLsC8="
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue