Skip to content

Commit

Permalink
ignore and example config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Oct 6, 2023
1 parent c73f4c0 commit e9a6d98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
filestore
config.yml
fsd.yml
13 changes: 8 additions & 5 deletions example.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e9a6d98

Please sign in to comment.