Skip to content Skip to sidebar Skip to footer

Couchbase,where To Add Config.json For Windows Installation?

I am trying to implement Couch base in my android app following the couchbase tutorial link here I need to add a config.json file to create my own database link rather than using i

Solution 1:

If you have installed sync_gateway in Windows then open the file location for the sync_gateway.exe it will be usually in the directory "C:\Program Files (x86)\Couchbase" . You have to place your configure.json in that directory . Now open windows command prompt and do 'cd C:\Program Files (x86)\Couchbase' and run the command 'sync_gateway.exe configure.json' . Ensure that your configure.json file is perfect and does not have any syntax errors. your Sync gateway will now load with your specified configure.json


Post a Comment for "Couchbase,where To Add Config.json For Windows Installation?"