%% 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, []} ]}.