From 372066c6d7b8d1e355993d2948a9746edebe1724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 24 Nov 2020 23:46:26 +0100 Subject: [PATCH] Update the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5043a8f..cb7e164 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,8 @@ Copanier uses environment variables to configure its behaviour. All the configur One simple way to handle this behaviour, is to have a `config.env` file and source it (with `source config.env`) before starting the server. Here is how this file could look like: ```bash -export COPANIER_SITE_NAME="You site name" +export COPANIER_SITE_URL="https://yourdomain.com" +export COPANIER_SITE_NAME="Your site name" export COPANIER_SITE_DESCRIPTION="Site long description" export COPANIER_XLSX_FILENAME="crac-produits" export COPANIER_SEND_EMAILS=True