Skip to content

Commit

Permalink
Remove JSON related text in DEVELOPMENT.md (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
cskaandorp committed Jul 20, 2023
1 parent 6d30419 commit 68926fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ one could use the User model that can be found in `/asreview/webapp/authenticati

### Full configuration

To configure the authentication in more detail we need to create a TOML or a JSON file that contains all authentication parameters. The keys in that TOML/JSON file will override any parameter that was passed in the CLI. Here's an example of a TOML file:
To configure the authentication in more detail we need to create a TOML file that contains all authentication parameters. The parameters in that TOML file will override parameters that were passed in the CLI. Here's an example:
```toml
DEBUG = true
AUTHENTICATION_ENABLED = true
Expand Down

0 comments on commit 68926fb

Please sign in to comment.