From 4e10bf3b5bc91b5d2cbdcc947d826536ef26a280 Mon Sep 17 00:00:00 2001 From: whaffman Date: Wed, 16 Jul 2025 15:12:13 +0200 Subject: [PATCH] Update WP_THEME in .env and add test file --- srcs/.env | 2 +- test | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test diff --git a/srcs/.env b/srcs/.env index 3eca304..c84a9a0 100644 --- a/srcs/.env +++ b/srcs/.env @@ -15,7 +15,7 @@ WP_ADMIN=theboss WP_ADMIN_PASSWORD=42theboss42 WP_ADMIN_EMAIL=inception@duinvoetje.nl -WP_THEME=impressionist +WP_THEME=my-minimalist-blog WP_USER=inception WP_USER_PASSWORD=42inception42 diff --git a/test b/test new file mode 100644 index 0000000..1287455 --- /dev/null +++ b/test @@ -0,0 +1 @@ +_PASSWORD_ BLA \ No newline at end of file