This is an automated email from the ASF dual-hosted git repository. rajanmaurya154 pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git
commit b7a55308f7e6525c82cf6f74c986dddd321dc4ae Author: Ahmad Jawid Muhammadi <[email protected]> AuthorDate: Sun Sep 13 13:08:06 2020 +0530 Delete sync-gateway-config.json --- app/sync-gateway-config.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/app/sync-gateway-config.json b/app/sync-gateway-config.json deleted file mode 100644 index b3f7592..0000000 --- a/app/sync-gateway-config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "interface":"0.0.0.0:4984", - "log": ["*"], - "databases": { - "fineract-cn": { - "server": "ws://localhost:8091/", - "bucket": "fineract-cn-mobile", - "username": "fineract-cn", - "password": "password", - "enable_shared_bucket_access": true, - "import_docs": true, - "num_index_replicas": 0, - "users": { - "GUEST": { "disabled": false, "admin_channels": ["*"] }, - "sync_gateway": {"password": "password"} - } - } - } -} \ No newline at end of file
