2 Commits 65f760e8b6 ... 9448fa6b90

Author SHA1 Message Date
  Étienne Deparis 9448fa6b90 Be more chatty about the customizable options in the README 6 years ago
  Étienne Deparis 65f760e8b6 Be more chatty about the customizable options in the README 6 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -94,7 +94,7 @@ want to customize to fit your needs:
 
 
 | Name                           | Description                                                                          | Default value         | Note                    |
 | Name                           | Description                                                                          | Default value         | Note                    |
 |--------------------------------|--------------------------------------------------------------------------------------|-----------------------|-------------------------|
 |--------------------------------|--------------------------------------------------------------------------------------|-----------------------|-------------------------|
-| `SECRET_KEY`                   | [Django secret key][2]. You should have set it during the setup, as described above. | *empty*               | **required**            |
+| `SECRET_KEY`                   | [Django secret key][2]. You should have set it during the setup, as described above. | `None`                | **required**            |
 | `DEBUG`                        | [Django debug mode][3]                                                               | `False`               | *development mode only* |
 | `DEBUG`                        | [Django debug mode][3]                                                               | `False`               | *development mode only* |
 | `ORGANIZATION_NAME`            | Name of your organization, for which you want to edit transparency reports.          | `"Transparency inc."` |                         |
 | `ORGANIZATION_NAME`            | Name of your organization, for which you want to edit transparency reports.          | `"Transparency inc."` |                         |
 | `SETUP_COST_STAGGERING_MONTHS` | How many months do you want setup costs to be staggering accross                     | `36`                  |                         |
 | `SETUP_COST_STAGGERING_MONTHS` | How many months do you want setup costs to be staggering accross                     | `36`                  |                         |