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