diff options
Diffstat (limited to 'examples/tcp_echo/relx.config')
-rw-r--r-- | examples/tcp_echo/relx.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tcp_echo/relx.config b/examples/tcp_echo/relx.config index a850b71..ee746d5 100644 --- a/examples/tcp_echo/relx.config +++ b/examples/tcp_echo/relx.config @@ -1,2 +1,2 @@ -{release, {tcp_echo_example, "1"}, [tcp_echo]}. +{release, {tcp_echo_example, "1"}, [tcp_echo, sasl]}. {extended_start_script, true}. |