diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a1754b30a..a5c22f03c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -125,7 +125,7 @@ one could use the User model that can be found in `/asreview/webapp/authenticati To configure the authentication in more detail we need to create a JSON file that contains all authentication parameters. The keys in that JSON file will override any parameter that was passed in the CLI. Here's an example: -``` +```json { "DEBUG": true, "AUTHENTICATION_ENABLED": true, @@ -139,7 +139,7 @@ that contains all authentication parameters. The keys in that JSON file will ove "EMAIL_VERIFICATION": true, "EMAIL_CONFIG": { "SERVER": "", - "PORT": , + "PORT": "", "USERNAME": "", "PASSWORD": "", "USE_TLS": false,