Skip to content

Commit

Permalink
Add styling to auth config file in DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Jun 15, 2023
1 parent 7c62977 commit 0d5127b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -139,7 +139,7 @@ that contains all authentication parameters. The keys in that JSON file will ove
"EMAIL_VERIFICATION": true,
"EMAIL_CONFIG": {
"SERVER": "<smtp-server>",
"PORT": <smpt-server-port>,
"PORT": "<smpt-server-port>",
"USERNAME": "<smtp-server-username>",
"PASSWORD": "<smtp-server-password>",
"USE_TLS": false,
Expand Down

0 comments on commit 0d5127b

Please sign in to comment.