No longer set "filesystem" as UPLOAD_PROVIDER in config.ini (#1728)

* Remove the default `filesystem` setting for `UPLOAD_PROVIDER` in config.ini
  * `filesystem` is still the default via config.py
This commit is contained in:
Laurent Jalbert-Simard
2020-11-19 14:25:26 -05:00
committed by GitHub
parent 463f117b4a
commit a4ce27b166

View File

@@ -106,7 +106,7 @@ MAILGUN_BASE_URL =
# UPLOAD_PROVIDER
# Specifies the service that CTFd should use to store files.
# Can be set to filesystem or s3
UPLOAD_PROVIDER = filesystem
UPLOAD_PROVIDER =
# UPLOAD_FOLDER
# The location where files are uploaded under the filesystem uploader.
@@ -198,4 +198,4 @@ OAUTH_CLIENT_ID =
OAUTH_CLIENT_SECRET =
[extra]
# The extra section can be used to specify additional values to be loaded into CTFd's configuration
# The extra section can be used to specify additional values to be loaded into CTFd's configuration