Changed default paths to match the build repository
This commit is contained in:
6
.env
6
.env
@@ -1,9 +1,9 @@
|
|||||||
ARTICLE_ROOT=../articles/
|
ARTICLE_ROOT=./articles/
|
||||||
|
|
||||||
SERVER_PORT=8080
|
SERVER_PORT=8080
|
||||||
|
|
||||||
PREFIX=
|
PREFIX=
|
||||||
|
|
||||||
DATABASE_FILE=database.sqlite3
|
DATABASE_FILE=database.sqlite3
|
||||||
ARTICLE_TEMPLATE=../frontend/html/article.gohtml
|
ARTICLE_TEMPLATE=./frontend/html/article.gohtml
|
||||||
FRONTEND_DIR=../frontend/
|
FRONTEND_DIR=./frontend/
|
||||||
|
|||||||
Reference in New Issue
Block a user