From ff178b498431d42ebb7addb6427b130f60cad0d8 Mon Sep 17 00:00:00 2001 From: Leonard Lorenz Date: Sat, 21 Nov 2020 21:27:01 +0100 Subject: [PATCH] removed /doc directory --- README.md | 2 +- doc/environment.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 doc/environment.md diff --git a/README.md b/README.md index f5c5d22..b5aae1b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All configuration options are defined in .env, to be created in the same directo An example configuration: -```bash +``` USERNAME=yourusername EMAIL=me@mydomain.tld BIND_PORT=8000 diff --git a/doc/environment.md b/doc/environment.md deleted file mode 100644 index c22c1d2..0000000 --- a/doc/environment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Environment Variables - -- ROOT_PATH: path where html, static and database reside -- BIND_PORT: port to bind to -- DATABASE_URL: path to the sqlite3 database -- USERNAME: who does this site belong to? -- EMAIL: email to contact the site owner -- SUBMIT_TOKEN: Alphanumeric string to be used for creating blog posts