From 7b6042205e7c6135fae4e0d21dbf7a5975e8491b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 11 Oct 2018 11:02:35 +0200 Subject: Clean up --- shardweb/config/config.exs | 1 + 1 file changed, 1 insertion(+) (limited to 'shardweb/config/config.exs') diff --git a/shardweb/config/config.exs b/shardweb/config/config.exs index 2b698c1..a905175 100644 --- a/shardweb/config/config.exs +++ b/shardweb/config/config.exs @@ -20,6 +20,7 @@ config :logger, :console, # Configuration for Shard itself (see shard/config/config.exs for explanations) +config :shard, port: elem (Integer.parse ((System.get_env "PORT") || "4044")), 0 config :shard, network_key: :crypto.hash(:sha256, "ShardTestNet") config :shard, identity_suffix: "ID" config :shard, data_path: Path.join [System.user_home, "shard", "data2"] -- cgit v1.2.3