Add Config to disable Auth Transfers. (#7843)

* Add Config to disable Auth Transfers.

* Set config ExperimentalEnableAuthenticationTransfer behind an E20 license restriction
This commit is contained in:
Chris Duarte
2017-11-28 11:46:48 -08:00
committed by Christopher Speller
parent 785a410936
commit 27ba68a789
7 changed files with 75 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
"RestrictPostDelete": "all",
"AllowEditPost": "always",
"PostEditTimeLimit": 300,
"ExperimentalEnableAuthenticationTransfer": true,
"TimeBetweenUserTypingUpdatesMilliseconds": 5000,
"EnablePostSearch": true,
"EnableUserTypingMessages": true,