diff options
author | Loïc Hoguin <[email protected]> | 2013-09-08 12:22:52 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-09-08 12:22:52 +0200 |
commit | dacaf5d293aacd0e98c5aca39c4cf03ec52d12dc (patch) | |
tree | 9ff689396a2085d394775dd3ad139b2f87a47193 /examples/rest_basic_auth/relx.config | |
parent | 81843414b00f3d1829db5f105206396985f1196c (diff) | |
download | cowboy-dacaf5d293aacd0e98c5aca39c4cf03ec52d12dc.tar.gz cowboy-dacaf5d293aacd0e98c5aca39c4cf03ec52d12dc.tar.bz2 cowboy-dacaf5d293aacd0e98c5aca39c4cf03ec52d12dc.zip |
Add missing files to the REST basic auth example
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}. |