Thank you, I think we are making progress, now I have a different error.
2021-01-13T21:26:08.121Z [ERR] Error reading config file /etc/sync_gateway.json: open /etc/sync_gateway.json: no such file or directory – rest.ServerMain() at config.go:1091
I used a json validator and can out as good.
my config is:
{
“interface”:":4984",
“logging”: {
“log_file_path”: “/var/tmp/sglogs”,
“console”: {
“log_level”: “debug”,
“log_keys”: [""]
},
“error”: {
“enabled”: true,
“rotation”: {
“max_size”: 20,
“max_age”: 180
}
},
“warn”: { “enabled”: true, “rotation”: { “max_size”: 20, “max_age”: 90 } },
“info”: { “enabled”: false },
“debug”: { “enabled”: false }
},
“databases”: {
“testing”: {
“import_docs”: “continuous”,
“enable_shared_bucket_access”:true,
“bucket”:“testing”,
“server”: “http://cb-server:8091”,
“username”: “admin”,
“password”:“password”,
“num_index_replicas”:0,
“users”:{
“GUEST”: {“disabled”:true},
“admin”: {“password”: “password”, “admin_channels”: [""]}
},
“revs_limit”:20
}
}
}