From 047f908427adaf3bb8bd08874858b809975e4d92 Mon Sep 17 00:00:00 2001 From: moris Date: Mon, 2 Dec 2024 17:47:09 +0900 Subject: [PATCH] change: env example --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 6a08bb2..12fc788 100644 --- a/.env.example +++ b/.env.example @@ -2,4 +2,5 @@ PUBLIC_HOSTNAME = 'moris.day' # Post -PUBLIC_POST_REPO = 'https://git.moris.day/moris/Posts' \ No newline at end of file +POST_DIR = '/home/user/BlogPosts' +PUBLIC_POST_REPO = 'https://github.com/moris/Posts' \ No newline at end of file