From e110989a97287205fb7d961090a13a44664de9ee Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Sat, 2 Sep 2023 15:46:48 +0300 Subject: [PATCH] Add missing PROJECT_NAME to .env --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index a09ccf0..8018a20 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ +PROJECT_NAME=ghpvc + DB_DRIVER=pgsql DB_HOST=localhost DB_PORT=5432