fix missing trailing whitespace on comment line

This commit is contained in:
Tobias Paepke 2018-09-27 16:25:06 +02:00
parent f0f6108a1a
commit 97df4c01ac

View File

@ -153,7 +153,7 @@ SHORT_DATETIME_FORMAT = 'Y-m-d H:i'
# Default is to store the uploaded media files on local storage.
# If you want to upload it to AWS or Minio you have to enable it explicitly
S3_STORAGE_ENABLED = False
# S3 Credentials for media file storage
# S3 Credentials for media file storage
AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY = ''
AWS_S3_ENDPOINT_URL = ''