From 50bc6b0a485926216e3657e3d9e08ee5fdd597bb Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 27 Mar 2023 20:10:10 +0200 Subject: [PATCH] update example env --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 952d224e9..dd4f03d08 100644 --- a/.env.example +++ b/.env.example @@ -13,6 +13,7 @@ APP_ENV=local APP_KEY= APP_DEBUG=true APP_URL=http://localhost +APP_PORT=8000 DB_CONNECTION=pgsql DB_HOST=postgres