Update blog title

This commit is contained in:
James Eversole 2024-02-24 17:00:24 -06:00
parent f21be2da58
commit 3ca4bf2eea

View File

@ -87,8 +87,9 @@
"/home/sezycei/srv/containerdata/sampu/data:/app/data" "/home/sezycei/srv/containerdata/sampu/data:/app/data"
]; ];
environment = { environment = {
APPLICATIONPORT = "3000"; SAMPU_PORT = "3000";
BLOGTITLE = "James' Blog"; SAMPU_TITLE = "James Eversole";
SAMPU_BASEURL = "https://eversole.co";
}; };
}; };