aboutsummaryrefslogtreecommitdiff
path: root/shardweb
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-09-26 14:37:10 +0200
committerAlex Auvolat <alex@adnab.me>2018-09-26 14:44:29 +0200
commitf16973d3a492ae6d4890c40d77b0a93d3293bf3a (patch)
tree36a38ec318ed9d0f87d28d508169271729b8507a /shardweb
parent1df3aa74a6870f276bead1ed5650f0d86355ce09 (diff)
downloadshard-f16973d3a492ae6d4890c40d77b0a93d3293bf3a.tar.gz
shard-f16973d3a492ae6d4890c40d77b0a93d3293bf3a.zip
Signing and stuff
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