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