Skip to content

Commit

Permalink
Merge pull request #132 from roodjong/readme.md-mollie-instr
Browse files Browse the repository at this point in the history
README.md: explain that we need to set some MOLLIE_API_KEY
  • Loading branch information
Nowa-Ammerlaan authored Dec 19, 2023
2 parents 6842ce6 + 2138465 commit 9fb311a
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 9fb311a

Please sign in to comment.