aboutsummaryrefslogtreecommitdiff
path: root/shardweb
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-10-10 15:04:11 +0200
committerAlex Auvolat <alex@adnab.me>2018-10-10 15:04:11 +0200
commit1ee9c3fa6d4259d63685aea95d23b515f59a74cf (patch)
tree418decf98286040d67aa11533092f1bcf0a996e5 /shardweb
parent3ba44d72a09d3da72d0dd3e495e5cdea07a0bdac (diff)
downloadshard-1ee9c3fa6d4259d63685aea95d23b515f59a74cf.tar.gz
shard-1ee9c3fa6d4259d63685aea95d23b515f59a74cf.zip
BROKE EVERYTHING SORRY
Diffstat (limited to 'shardweb')
-rw-r--r--shardweb/config/config.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/shardweb/config/config.exs b/shardweb/config/config.exs
index 9bf5be6..2b698c1 100644
--- a/shardweb/config/config.exs
+++ b/shardweb/config/config.exs
@@ -19,8 +19,8 @@ config :logger, :console,
metadata: [:user_id]
-# Configuration for Shard itself (see shard/config/config.exs for expanations)
-config :shard, peer_id_suffix: "SH"
+# Configuration for Shard itself (see shard/config/config.exs for explanations)
+config :shard, network_key: :crypto.hash(:sha256, "ShardTestNet")
config :shard, identity_suffix: "ID"
config :shard, data_path: Path.join [System.user_home, "shard", "data2"]