aboutsummaryrefslogtreecommitdiff
path: root/shardweb/config
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/config')
-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"]