aboutsummaryrefslogtreecommitdiff
path: root/shardweb
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb')
-rw-r--r--shardweb/config/config.exs1
1 files changed, 1 insertions, 0 deletions
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