From 2138465d5ca25a207494e6d2cc6a08b5e55e730a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 5 Dec 2023 20:31:57 +0100 Subject: [PATCH] README.md: explain that we need to set some MOLLIE_API_KEY Signed-off-by: Andrew Ammerlaan --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7078c6..93aa96f 100644 --- a/README.md +++ b/README.md @@ -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.