mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +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]
|
||||
# Add in any API route in this style here
|
||||
"/api/v1/timelines/public" = { duration = 60, max = 200 }
|
||||
|
||||
[plugins]
|
||||
|
||||
[plugins."@versia/openid".keys]
|
||||
private = "MC4CAQAwBQYDK2VwBCIEID+H5n9PY3zVKZQcq4jrnE1IiRd2EWWr8ApuHUXmuOzl"
|
||||
public = "MCowBQYDK2VwAyEAzenliNkgpXYsh3gXTnAoUWzlCPjIOppmAVx2DBlLsC8="
|
||||
|
|
|
|||
Loading…
Reference in a new issue