[#64] removing references to transfer_config_overlay

This commit is contained in:
Felipe Ripoll 2018-07-23 09:32:10 -06:00
parent cef2494017
commit 6969ebde1a
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ Other options are possible (see `https://hexdocs.pm/distillery/getting-started.h
## Configuration
Executables are built with a configuration as described above.
However the Primus/WebSocket transfer is configurable at run-time through a JSON configuration.
To configure this supply a path to a JSON file with the `transfer_config_overlay` key/value.
However the transfers and collectors are configurable at run-time through a JSON configuration.
To configure this supply a path to a JSON file with the `config_overlay` key/value.
The following is an extract from [config/test.exs](config/test.exs):
```Elixir