diff options
Diffstat (limited to 'shardweb/config')
-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 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"] |