Skip to content
Snippets Groups Projects
Commit 054b25c2 authored by Jeremie TISSERAND's avatar Jeremie TISSERAND
Browse files

Update README url

Change "test" gateway user to "agile"
parent e090b54a
No related branches found
No related tags found
No related merge requests found
......@@ -21,15 +21,15 @@ and then
### Application
[http://127.0.0.1:8080]()
[http://127.0.0.1:8080](http://127.0.0.1:8080)
### Couchbase server
[http://127.0.0.1:8091]()
[http://127.0.0.1:8091](http://127.0.0.1:8091)
Login credentials : admin / adminadmin
### Sync gateway
[http://127.0.0.1:4985/_admin/]()
[http://127.0.0.1:4985/_admin/](http://127.0.0.1:4985/_admin/)
......@@ -66,7 +66,7 @@ services:
\"import_docs\": \"continuous\",
\"users\": {
\"admin\": {\"password\": \"adminadmin\", \"admin_channels\": [\"*\"]},
\"test\": {\"password\": \"test\", \"admin_channels\": [\"CHANNEL_test\"]}
\"agile\": {\"password\": \"agile\", \"admin_channels\": [\"CHANNEL_agile\"]}
},
\"sync\": `
function(doc, oldDoc) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment