mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
fix missing trailing whitespace on comment line
This commit is contained in:
parent
f0f6108a1a
commit
97df4c01ac
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user