remove quotes

This commit is contained in:
Keiran 2025-08-07 18:24:00 +01:00
parent 3a94814311
commit 6667b2ccd1

View File

@ -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