aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_hello_world/relx.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-08 12:22:30 +0200
committerLoïc Hoguin <[email protected]>2013-09-08 12:22:30 +0200
commit81843414b00f3d1829db5f105206396985f1196c (patch)
treeeb4fe671fc005288b11a4d2c5f33ee0f287ef2ad /examples/rest_hello_world/relx.config
parent49acfce8b9d0af8cc87b9be7ba91ffde307596da (diff)
downloadcowboy-81843414b00f3d1829db5f105206396985f1196c.tar.gz
cowboy-81843414b00f3d1829db5f105206396985f1196c.tar.bz2
cowboy-81843414b00f3d1829db5f105206396985f1196c.zip
Convert the REST hello world example to a release
Diffstat (limited to 'examples/rest_hello_world/relx.config')
-rw-r--r--examples/rest_hello_world/relx.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rest_hello_world/relx.config b/examples/rest_hello_world/relx.config
new file mode 100644
index 0000000..a6152d4
--- /dev/null
+++ b/examples/rest_hello_world/relx.config
@@ -0,0 +1,2 @@
+{release, {rest_hello_world_example, "1"}, [rest_hello_world]}.
+{extended_start_script, true}.