mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Update the README
This commit is contained in:
parent
6a9d94413e
commit
372066c6d7
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
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
|
```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_SITE_DESCRIPTION="Site long description"
|
||||||
export COPANIER_XLSX_FILENAME="crac-produits"
|
export COPANIER_XLSX_FILENAME="crac-produits"
|
||||||
export COPANIER_SEND_EMAILS=True
|
export COPANIER_SEND_EMAILS=True
|
||||||
|
|
Loading…
Reference in a new issue