fix: #94 add s3_proxy and onedrive_proxy config

This commit is contained in:
Do1e
2023-11-28 19:09:54 +08:00
parent 9398e64298
commit 83a6f365cb
2 changed files with 49 additions and 7 deletions
+2
View File
@@ -18,12 +18,14 @@ default_value = {
's3_secret_access_key': '',
's3_bucket_name': '',
's3_endpoint_url': '',
's3_proxy': 0,
'aws_session_token': '',
'onedrive_domain': '',
'onedrive_client_id': '',
'onedrive_username': '',
'onedrive_password': '',
'onedrive_root_path': 'filebox_storage',
'onedrive_proxy': 0,
'admin_token': 'FileCodeBox2023',
'openUpload': 1,
'uploadSize': 1024 * 1024 * 10,