diff options
Diffstat (limited to 'config.example.cfg')
-rw-r--r-- | config.example.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.cfg b/config.example.cfg index eb4da8e..925da5c 100644 --- a/config.example.cfg +++ b/config.example.cfg @@ -11,3 +11,6 @@ GITHUB_CLIENT_SECRET = "" BASE_URL="http://localhost:5000/" UPLOAD_FOLDER="tmp" + +USER_ENABLE_REGISTER = False +USER_ENABLE_CHANGE_USERNAME = False |