We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8c84 commit bc3ce14Copy full SHA for bc3ce14
README.md
@@ -627,7 +627,7 @@ Ways to change the global configurations are below -
627
628
# list of allowed file extensions
629
# shortend for readability
630
- 'ALLOWED_FILE_EXT': ['.html', '.css', ...]
+ 'ALLOWED_FILE_EXT': {'.html', '.css', ...}
631
632
# log file path
633
'LOG_FILE': None
docs/configurations.md
@@ -87,7 +87,7 @@ below is the list of `config` keys with their `default` values :
87
88
89
90
91
92
93
0 commit comments