Stop hardcoding feed URL; update environment variable helper function names and add new SAMPU_BASEURL env var

This commit is contained in:
2024-02-25 11:46:51 -06:00
parent 83ea5b77e9
commit 1ef77413db
6 changed files with 45 additions and 39 deletions

View File

@ -1,2 +1,3 @@
APPLICATIONPORT="3000"
BLOGTITLE="Anon's Blog"
SAMPU_PORT="3000"
SAMPU_TITLE="Anon's Blog"
SAMPU_BASEURL="http://localhost:3000"