You've already forked RekomenciBackend
fix: added validation for crypto_key
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ access_log = true
|
||||
url = "postgresql+psycopg://username:password@host:port/database"
|
||||
|
||||
[access_token]
|
||||
crypto_key = "..."
|
||||
crypto_key = "..." # 32-byte url-safe base64 key
|
||||
expires_in = 86400
|
||||
|
||||
[yandex_oauth]
|
||||
|
||||
Reference in New Issue
Block a user