Fixed base path (again again again) and rewrote .env

This commit is contained in:
2022-02-02 10:28:26 +01:00
parent 83931bd2a4
commit a189b7a378
9 changed files with 19 additions and 35 deletions

9
.env
View File

@@ -1,10 +1,9 @@
ARTICLE_ROOT=./articles/
SERVER_ADDRESS=localhost
SERVER_PORT=8080
PROTOCOL=http
PREFIX=
# the global address of your webserver (protocol://domain[:port]). make sure this DOES NOT has a trailing slash
ADDRESS=http://localhost:8080
# the path you serve on. must be at least a slash
Path=/
DATABASE_FILE=database.sqlite3
FRONTEND_DIR=./frontend/