From e50130edc1aececc3cab5966cec80d5eaba3ae56 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 6 Feb 2022 22:58:23 +0100 Subject: [PATCH] Moved database and .env to root --- backend/.env => .env | 2 +- backend/database.sqlite3 => database.sqlite3 | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename backend/.env => .env (77%) rename backend/database.sqlite3 => database.sqlite3 (100%) diff --git a/backend/.env b/.env similarity index 77% rename from backend/.env rename to .env index e15f0fe..6fa7437 100644 --- a/backend/.env +++ b/.env @@ -1,6 +1,6 @@ SERVER_PORT=8080 -# the global address of your webserver (protocol://domain[:port]). make sure this DOES NOT has a trailing slash +# the global address of your webserver (protocol://domain[:port]). make sure this DOES NOT have a trailing slash or an path ADDRESS=http://localhost:8080 # the path you serve on SUBPATH= diff --git a/backend/database.sqlite3 b/database.sqlite3 similarity index 100% rename from backend/database.sqlite3 rename to database.sqlite3