diff --git a/app.json b/app.json index c5016f695..29c1f9f9c 100644 --- a/app.json +++ b/app.json @@ -26,6 +26,10 @@ "description": "The secret key base", "generator": "secret" }, + "OTP_SECRET": { + "description": "One-time password secret", + "generator": "secret" + }, "SINGLE_USER_MODE": { "description": "Should the instance run in single user mode? (Disable registrations, redirect to front page)", "value": "false",