diff options
Diffstat (limited to 'examples/ssl_hello_world/src')
-rw-r--r-- | examples/ssl_hello_world/src/ssl_hello_world.app.src | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/ssl_hello_world/src/ssl_hello_world.app.src b/examples/ssl_hello_world/src/ssl_hello_world.app.src deleted file mode 100644 index 30faecb..0000000 --- a/examples/ssl_hello_world/src/ssl_hello_world.app.src +++ /dev/null @@ -1,16 +0,0 @@ -%% Feel free to use, reuse and abuse the code in this file. - -{application, ssl_hello_world, [ - {description, "Cowboy Hello World example with SSL."}, - {vsn, "1"}, - {modules, []}, - {registered, [ssl_hello_world_sup]}, - {applications, [ - kernel, - stdlib, - cowboy, - ssl - ]}, - {mod, {ssl_hello_world_app, []}}, - {env, []} -]}. |