From 62d2d58afe172c4f4becbb45417e00c1218091bf Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot <378351+weskerfoot@users.noreply.github.com> Date: Sat, 14 Sep 2019 15:25:32 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0a6874..deabb23 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ A simple single-page blog written in RiotJS and Flask -It is still very much a work in progress, but you can see it in action at https://wesk.tech/blog - Includes a tag that pulls projects from Github and puts them in a carousel-like UI, as well as a post editor that handles markdown. @@ -15,3 +13,5 @@ create `app/riotblog_local.cfg` and add these variables - SECRET_KEY (whatever you want) - ADMIN_PASSWORD (whatever you want) - COUCHDB_NAME (the name of the couchdb database) +- COUCHDB_USER (usually admin) +- COUCHDB_NAME (whatever you want)