Moved database and .env to root

This commit is contained in:
2022-02-06 22:58:23 +01:00
parent 431cadaeea
commit e50130edc1
2 changed files with 1 additions and 1 deletions

9
.env Normal file
View File

@@ -0,0 +1,9 @@
SERVER_PORT=8080
# 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=
DATABASE_FILE=database.sqlite3
FRONTEND_DIR=./frontend/