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 ...@@ -21,15 +21,15 @@ and then
### Application ### Application
[http://127.0.0.1:8080]() [http://127.0.0.1:8080](http://127.0.0.1:8080)
### Couchbase server ### Couchbase server
[http://127.0.0.1:8091]() [http://127.0.0.1:8091](http://127.0.0.1:8091)
Login credentials : admin / adminadmin Login credentials : admin / adminadmin
### Sync gateway ### 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: ...@@ -66,7 +66,7 @@ services:
\"import_docs\": \"continuous\", \"import_docs\": \"continuous\",
\"users\": { \"users\": {
\"admin\": {\"password\": \"adminadmin\", \"admin_channels\": [\"*\"]}, \"admin\": {\"password\": \"adminadmin\", \"admin_channels\": [\"*\"]},
\"test\": {\"password\": \"test\", \"admin_channels\": [\"CHANNEL_test\"]} \"agile\": {\"password\": \"agile\", \"admin_channels\": [\"CHANNEL_agile\"]}
}, },
\"sync\": ` \"sync\": `
function(doc, oldDoc) { 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