Skip to content

Commit

Permalink
Customize port for runtime conf
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Jan 12, 2024
1 parent 58ad462 commit 8f43748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Config


config :archethic_fas, [
api_port: System.get_env("ARCHETHIC_FAS_PORT", "3000") |> String.to_integer()
]

0 comments on commit 8f43748

Please sign in to comment.