Skip to content

Commit

Permalink
Merge pull request #391 from ipfs/doc/guide/basic-auth-creds
Browse files Browse the repository at this point in the history
doc: fix basic_auth_credentials format in config
  • Loading branch information
hsanjuan committed Apr 24, 2018
2 parents 7a826f8 + 2b02eac commit 3542780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ipfs-cluster-guide.md
Expand Up @@ -108,9 +108,9 @@ Each section of the configuration file and the options in it depend on their ass
"read_header_timeout": "5s",
"write_timeout": "1m0s",
"idle_timeout": "2m0s",
"basic_auth_credentials": [ // Leave null for no-basic-auth
"basic_auth_credentials": { // Leave null for no-basic-auth
"user": "pass"
]
}
}
},
"ipfs_connector": {
Expand Down

0 comments on commit 3542780

Please sign in to comment.