From 7a1bae87ad574452a1781584c77415bfbca994e0 Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Thu, 17 Mar 2016 15:43:59 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ba2698e6..b5ad66e2b 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ The following table describes all available environmental variables for sciNote | SMTP_PASSWORD | Yes | The password for SMTP mailer used for delivering emails generated in sciNote. | | MAIL_SERVER_URL | Yes | The root URL address of the actual sciNote server. This is used in sent emails to redirect user to the correct sciNote server URL. Defaults to `localhost`. | | PAPERCLIP_HASH_SECRET | Yes | Random key for generating Paperclip hash key for URLs. Can be generated via following Ruby function: `SecureRandom.base64(128)`. | +| ENABLE_TUTORIAL | Yes | Whether to display tutorial (and auto-generate demo project) to first-time users. Defaults to `false` on development, and to `true` on production. | ## Rake tasks