set views by env

This commit is contained in:
2025-04-11 18:17:33 +02:00
parent af11f88769
commit 122651677f
2 changed files with 2 additions and 1 deletions

View File

@@ -89,6 +89,7 @@
SECRET = "secretforjwt"; #TODO: BAD!
PORT = "8080";
STATIC = "/var/lib/zineshop/static";
VIEWS = "/var/lib/zineshop/views";
};
preStart = ''