diff options
author | Alex Auvolat <alex@adnab.me> | 2018-09-26 14:37:10 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-09-26 14:44:29 +0200 |
commit | f16973d3a492ae6d4890c40d77b0a93d3293bf3a (patch) | |
tree | 36a38ec318ed9d0f87d28d508169271729b8507a /shardweb/config/config.exs | |
parent | 1df3aa74a6870f276bead1ed5650f0d86355ce09 (diff) | |
download | shard-f16973d3a492ae6d4890c40d77b0a93d3293bf3a.tar.gz shard-f16973d3a492ae6d4890c40d77b0a93d3293bf3a.zip |
Signing and stuff
Diffstat (limited to 'shardweb/config/config.exs')
-rw-r--r-- | shardweb/config/config.exs | 1 |
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 |