diff options
Diffstat (limited to 'examples/rest_basic_auth/relx.config')
-rw-r--r-- | examples/rest_basic_auth/relx.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rest_basic_auth/relx.config b/examples/rest_basic_auth/relx.config new file mode 100644 index 0000000..1f75b28 --- /dev/null +++ b/examples/rest_basic_auth/relx.config @@ -0,0 +1,2 @@ +{release, {rest_basic_auth_example, "1"}, [rest_basic_auth]}. +{extended_start_script, true}. |