mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
fix(api): 🐛 Fix logging causing crashes when parsing FormData
This commit is contained in:
parent
cf149b737a
commit
a05a0b313f
2 changed files with 4 additions and 2 deletions
|
|
@ -55,7 +55,9 @@ rules = [
|
|||
|
||||
[oidc]
|
||||
# Run Versia Server with this value missing to generate a new key
|
||||
jwt_key = ""
|
||||
# [oidc.keys]
|
||||
# public = "XXXX"
|
||||
# private = "XXXX"
|
||||
|
||||
# If enabled, Versia Server will require users to log in with an OAuth provider
|
||||
forced = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue