Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
ipfs: enable NoSync
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
  • Loading branch information
Lars Gierth committed Nov 25, 2015
1 parent d412d31 commit ca1454a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solarnet/roles/ipfs/templates/config.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"DataStore": {
"NoSync": true
},
"Identity": {
"PeerID": "{{ ipfs_identities[inventory_hostname].peer_id }}",
"PrivKey": "{{ ipfs_identities[inventory_hostname].private_key }}"
Expand Down

0 comments on commit ca1454a

Please sign in to comment.