summaryrefslogtreecommitdiff
path: root/ci/config/CMNext.json
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config/CMNext.json')
-rw-r--r--ci/config/CMNext.json44
1 files changed, 0 insertions, 44 deletions
diff --git a/ci/config/CMNext.json b/ci/config/CMNext.json
deleted file mode 100644
index d11a8f9..0000000
--- a/ci/config/CMNext.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- //Enables debug logging
- "debug": false,
-
- "post_endpoint": {
- "path": "/api/blog/posts"
- },
-
- "channel_endpoint": {
- "path": "/api/blog/channels"
- },
-
- "content_endpoint": {
- "path": "/api/blog/content",
- "max_content_length": 50000000
- },
-
- "blog_channels": {
- //The index file for storing channel configuration
- "index_file_name": "blogs/channels.json"
- },
-
- //S3 setup with vault secrets
- "disabled s3_config": {
- "server_address": "",
- "access_key": "",
- "bucket": "",
- "use_ssl": true,
- "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": ""
- }
-} \ No newline at end of file