From b84a8d081f6c2ab5a5efbc0b4274cafd55dda804 Mon Sep 17 00:00:00 2001 From: mtrx Date: Sat, 21 Nov 2020 21:25:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c42e9..f5c5d22 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Crablog Pure rust. Built with actix, diesel, tera, serde and sqlite3. -Environment variables are documented in [variables.md](./doc/environment.md) ## Build instructions using docker @@ -26,5 +25,6 @@ An example configuration: USERNAME=yourusername EMAIL=me@mydomain.tld BIND_PORT=8000 +ROOT_PATH=/path/to/template/directory/and/sqliteDB SUBMIT_TOKEN=Submit!123 # token needed for submitting ```