You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/shared/src/env.server.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,7 @@ const options = {
342
342
// requirement means this must be exactly 32 characters. Generate one with
343
343
// `openssl rand -base64 24` (24 random bytes => a 32-character base64 string).
344
344
SOURCEBOT_ENCRYPTION_KEY: z.string().length(32,{
345
-
message: "SOURCEBOT_ENCRYPTION_KEY must be exactly 32 characters (a 256-bit AES key). Generate one with `openssl rand -base64 24`.",
345
+
message: "SOURCEBOT_ENCRYPTION_KEY must be exactly 32 characters (a 256-bit AES key). Generate one with `openssl rand -base64 24`.\nWARNING: Updating this value will invalidate any existing API keys.",
0 commit comments