Skip to content

Commit

Permalink
Fix language articles
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 19, 2023
1 parent 8900b27 commit 0e8a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Configuration

Amoc is configured through environment variables (uppercase with prefix ``AMOC_``).
Note that by default, values of environment variables are deserialized as Erlang terms. This behavior can be customized by providing an alternative parsing module in the `config_parser_mod` configuration parameter for the amoc application. It can be done using the [application:set_env/4](https://www.erlang.org/doc/man/application#set_env-4) interface or via a [config file](https://www.erlang.org/doc/man/config). The custom parsing module must implement `amoc_config_env` behavior.
Note that by default, environment variables values are deserialized as Erlang terms. This behavior can be customized by providing an alternative parsing module in the `config_parser_mod` configuration parameter for the amoc application. It can be done using the [application:set_env/4](https://www.erlang.org/doc/man/application#set_env-4) interface or via a [config file](https://www.erlang.org/doc/man/config). The custom parsing module must implement the `amoc_config_env` behavior.

Amoc supports the following generic configuration parameters:

Expand Down

0 comments on commit 0e8a1b7

Please sign in to comment.