From e3788e19ea7610a43b120d32ca2117631828ccad Mon Sep 17 00:00:00 2001 From: Benjamin David Date: Fri, 15 Dec 2023 11:36:36 +0100 Subject: [PATCH] Updated .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 2150b53..6c51cd2 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ -# DEV_SERVER_PORT="8090" +# DEV_PORT="3001" # Playwright -PLAYWRIGHT_BASE_URL="https://plugindev4.dev/admin" +PLAYWRIGHT_BASE_URL="https://cms-v4.ddev.site/admin" PLAYWRIGHT_USERNAME="admin" PLAYWRIGHT_PASSWORD="password" \ No newline at end of file