From f96e20aef7cce6d47535ab63c36452f6c9e1c444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 30 Jan 2013 22:13:31 +0100 Subject: Rename example 'static' to 'static_world' to avoid confusion --- examples/static_world/src/static_world.app.src | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/static_world/src/static_world.app.src (limited to 'examples/static_world/src/static_world.app.src') diff --git a/examples/static_world/src/static_world.app.src b/examples/static_world/src/static_world.app.src new file mode 100644 index 0000000..b65995d --- /dev/null +++ b/examples/static_world/src/static_world.app.src @@ -0,0 +1,15 @@ +%% Feel free to use, reuse and abuse the code in this file. + +{application, static_world, [ + {description, "Cowboy static file handler example."}, + {vsn, "1"}, + {modules, []}, + {registered, []}, + {applications, [ + kernel, + stdlib, + cowboy + ]}, + {mod, {static_world_app, []}}, + {env, []} +]}. -- cgit v1.2.3