aboutsummaryrefslogtreecommitdiff
path: root/shardweb/config
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/config')
-rw-r--r--shardweb/config/config.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/shardweb/config/config.exs b/shardweb/config/config.exs
index 1b00d4e..c496d1d 100644
--- a/shardweb/config/config.exs
+++ b/shardweb/config/config.exs
@@ -20,7 +20,8 @@ config :logger, :console,
# Configuration for Shard itself (see shard/config/config.exs for expanations)
-config :shard, peer_id_suffix: "S"
+config :shard, peer_id_suffix: "SH"
+config :shard, data_path: Path.join [System.user_home, "shard", "data2"]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.