X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a8ffbcfa8eed3032af4a7accec640a3cc424c842..2421e92f4731766547e99bf3ccae992f7b6411ff:/src/redakcja/localsettings.sample diff --git a/src/redakcja/localsettings.sample b/src/redakcja/localsettings.sample index df74e78e..cd625588 100644 --- a/src/redakcja/localsettings.sample +++ b/src/redakcja/localsettings.sample @@ -13,6 +13,7 @@ from redakcja.settings import * # Filling this out is required. SECRET_KEY = '' +ALLOWED_HOSTS = [] # Path to repository with managed documents CATALOGUE_REPO_PATH = '/srv/redakcja/books'