diff --git a/.gitignore b/.gitignore index abd8245..75264d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ filestore -config.yml \ No newline at end of file +fsd.yml \ No newline at end of file diff --git a/example.yml b/example.yml index d1f9aa3..dc2555f 100644 --- a/example.yml +++ b/example.yml @@ -1,5 +1,8 @@ -domain: https://ipfs.io -upload_password: securepasswordforuploading -renterd_url: https://localhost:9980 -renterd_password: reallysecurepassword -renterd_bucket: ipfs +renterd: + address: "http://localhost:9980/api/worker" + password: "password" + bucket: "ipfs" +ipfs: + gatewayAddress: ":8080" +api: + address: ":8081" \ No newline at end of file