Skip to content

Commit

Permalink
add switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkenan committed Apr 22, 2024
1 parent 920f8b6 commit 20e1d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ switches = [
validator_file: :string,
log_file: :string,
beacon_api: :boolean,
beacon_api_port: :integer
beacon_api_port: :integer,
discovery_port: :integer
]

is_testing = Config.config_env() == :test
Expand Down

0 comments on commit 20e1d1e

Please sign in to comment.