mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-10 17:44:19 +01:00
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:
committed by
GitHub
parent
463f117b4a
commit
a4ce27b166
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user