From a4ce27b1663a46d46d6716fdeadcc10d246eb637 Mon Sep 17 00:00:00 2001 From: Laurent Jalbert-Simard Date: Thu, 19 Nov 2020 14:25:26 -0500 Subject: [PATCH] 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 --- CTFd/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTFd/config.ini b/CTFd/config.ini index bc4aedc5..e74f6bcd 100644 --- a/CTFd/config.ini +++ b/CTFd/config.ini @@ -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 \ No newline at end of file +# The extra section can be used to specify additional values to be loaded into CTFd's configuration