aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/CMNext.sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'back-end/src/CMNext.sample.json')
-rw-r--r--back-end/src/CMNext.sample.json21
1 files changed, 9 insertions, 12 deletions
diff --git a/back-end/src/CMNext.sample.json b/back-end/src/CMNext.sample.json
index 1b3c516..8af8e8d 100644
--- a/back-end/src/CMNext.sample.json
+++ b/back-end/src/CMNext.sample.json
@@ -20,25 +20,22 @@
"index_file_name": "blogs/channels.json"
},
- //S3 setup with vault secrets
- "disabled s3_config": {
+ "storage": {
+ //The custom storage assembly to use
+ "custom_storage_assembly": null,
+
+ "type": "s3", //s3 | ftp
+
+ //s3 config
"server_address": "",
"access_key": "",
"bucket": "",
- "use_ssl": true,
+ "use_ssl": false,
"Region": null
},
- "disabled ftp_config": {
- "url": "",
- "username": "",
- //Base path within the ftp user's directory
- "base_path": ""
- },
-
"secrets": {
//Set the vault path to the s3 secret
- "s3_secret": "",
- "ftp_password": ""
+ "storage_secret": "",
}
} \ No newline at end of file