diff options
author | Loïc Hoguin <[email protected]> | 2013-09-08 19:08:37 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-09-08 19:08:37 +0200 |
commit | 630a8055412bb9622ca202ffb7008d418df78d5c (patch) | |
tree | 89f822e66008feb072ff368d14d65edd9530267b /examples/rest_pastebin/relx.config | |
parent | dacaf5d293aacd0e98c5aca39c4cf03ec52d12dc (diff) | |
download | cowboy-630a8055412bb9622ca202ffb7008d418df78d5c.tar.gz cowboy-630a8055412bb9622ca202ffb7008d418df78d5c.tar.bz2 cowboy-630a8055412bb9622ca202ffb7008d418df78d5c.zip |
Convert the REST pastebin example to a release
Diffstat (limited to 'examples/rest_pastebin/relx.config')
-rw-r--r-- | examples/rest_pastebin/relx.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rest_pastebin/relx.config b/examples/rest_pastebin/relx.config new file mode 100644 index 0000000..6b8a67c --- /dev/null +++ b/examples/rest_pastebin/relx.config @@ -0,0 +1,2 @@ +{release, {rest_pastebin_example, "1"}, [rest_pastebin]}. +{extended_start_script, true}. |