Skip to content

Commit

Permalink
README.md: explain that we need to set some MOLLIE_API_KEY
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
Nowa-Ammerlaan committed Dec 5, 2023
1 parent 2358f7d commit 2138465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ And finally populate the DB with some test data:

`docker compose run --rm php82-service symfony console doctrine:fixtures:load`

Create a new file `.env.local` and insert here the testing `MOLLIE_API_KEY`:

`echo MOLLIE_API_KEY=test_................................. > test`

The default admin ID is 1, but be wary that each time you run the fixtures, this
ID will be incremented because of auto-increment options in the database.

Expand Down

0 comments on commit 2138465

Please sign in to comment.