From c9c8e333dcdfb2579d0c37b7baf8bae191fb51ad Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 21 May 2024 23:45:22 +0200 Subject: [PATCH] remove APP_FORCE_HTTPS and SESSION_SECURE_COOKIE from default env to support http local setups out of the box --- .env.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/.env.example b/.env.example index ad54e756..d9d1f897 100644 --- a/.env.example +++ b/.env.example @@ -3,8 +3,6 @@ APP_ENV=local APP_KEY=base64:UNQNf1SXeASNkWux01Rj8EnHYx8FO0kAxWNDwktclkk= APP_DEBUG=true APP_URL=https://solidtime.test -APP_FORCE_HTTPS=true -SESSION_SECURE_COOKIE=true SUPER_ADMINS=admin@example.com