From 1ee9c3fa6d4259d63685aea95d23b515f59a74cf Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 10 Oct 2018 15:04:11 +0200 Subject: BROKE EVERYTHING SORRY --- shardweb/config/config.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shardweb/config') 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"] -- cgit v1.2.3