Skip to content

Commit

Permalink
add ALLOW_MOCK_USER_API=1 docs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw authored Nov 20, 2023
1 parent 9c56d49 commit 8aea300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GRANT ALL PRIVILEGES ON *.* TO 'sbs'@'localhost' WITH GRANT OPTION;
Ensure MySQL is running and run the Python server with the correct local environment settings:

```bash
PROFILE=local CONFIG=config/test_config.yml python -m server
PROFILE=local ALLOW_MOCK_USER_API=1 CONFIG=config/test_config.yml python -m server
```

With TESTING=1 no mails will be send. If you do want to validate the mails you can run a fake smtp server with:
Expand Down

0 comments on commit 8aea300

Please sign in to comment.