%% 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, []}, {applications, [ kernel, stdlib, cowboy ]}, {mod, {ssl_hello_world_app, []}}, {env, []} ]}.