fix: coderabbit suggestions

This commit is contained in:
Stavros
2025-07-04 01:31:23 +03:00
parent 5409aa5f7f
commit acc3ad97cd
3 changed files with 6 additions and 6 deletions

View File

@@ -44,8 +44,8 @@ var handlersConfig = types.HandlersConfig{
var authConfig = types.AuthConfig{
Users: types.Users{},
OauthWhitelist: "",
HMACSecret: "super-secret-api-thing-for-tests",
EncryptionSecret: "super-secret-api-thing-for-tests",
HMACSecret: "super-secret-api-thing-for-test1",
EncryptionSecret: "super-secret-api-thing-for-test2",
CookieSecure: false,
SessionExpiry: 3600,
LoginTimeout: 0,