From 0d5127b800f59dd8983b546f3ea6060e4f12e17c Mon Sep 17 00:00:00 2001 From: Jonathan de Bruin Date: Thu, 15 Jun 2023 10:15:58 +0200 Subject: [PATCH] Add styling to auth config file in DEVELOPMENT.md --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,