File committed as error.

main
absc 2024-07-23 22:59:39 +02:00
parent 1f243b16d3
commit 65d6e5fa05
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{application,dudeswave,
[{description,"The dudeswave web experience"},
{vsn,"1.0.0"},
{modules,[dudeswave,dudeswave_app,bigweb_handler,bigweb_supervisor]},
{registered,[]},
{applications,[kernel,stdlib,erts,cowboy,ranch]},
{mod,{bigweb_app,[]}},
{env, [
{proxy_host,"gemini.abiscuola.com"},
{ip,"127.0.0.1"},
{port,10443},
{certfile, "/var/_erlang/cert/www.abiscuola.com.crt"},
{keyfile, "/var/_erlang/private/www.abiscuola.com.key"}
]},
{start_phases,[]}]}.