From f16973d3a492ae6d4890c40d77b0a93d3293bf3a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 26 Sep 2018 14:37:10 +0200 Subject: Signing and stuff --- shardweb/config/config.exs | 1 + 1 file changed, 1 insertion(+) (limited to 'shardweb') diff --git a/shardweb/config/config.exs b/shardweb/config/config.exs index c496d1d..65f52bc 100644 --- a/shardweb/config/config.exs +++ b/shardweb/config/config.exs @@ -21,6 +21,7 @@ config :logger, :console, # Configuration for Shard itself (see shard/config/config.exs for expanations) config :shard, peer_id_suffix: "SH" +config :shard, identity_suffix: "ID" config :shard, data_path: Path.join [System.user_home, "shard", "data2"] # Import environment specific config. This must remain at the bottom -- cgit v1.2.3