From 6667b2ccd1da010e619be2f084d0efa8e73a220c Mon Sep 17 00:00:00 2001 From: Keiran Date: Thu, 7 Aug 2025 18:24:00 +0100 Subject: [PATCH] remove quotes --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e2a6c68..d979a7a 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ -DATABASE_URL="postgres://user:password@localhost/termcloud" -PORT="8080" +# Do not use quotes, make will scream at you +DATABASE_URL=postgres://user:password@localhost/termcloud +PORT=8080