diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 6fe3e984de..39513833e7 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -366,6 +366,8 @@ DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME = true ; if he has set KeepEmailPrivate to true. The user's email will be replaced with a ; concatenation of the user name in lower case, "@" and NO_REPLY_ADDRESS. NO_REPLY_ADDRESS = noreply.example.org +; Show Registration button +SHOW_REGISTRATION_BUTTON = true [webhook] ; Hook task queue length, increase if webhook shooting starts hanging |