Stage 1
This commit is contained in:
23
src/eventhub.app.src
Normal file
23
src/eventhub.app.src
Normal file
@@ -0,0 +1,23 @@
|
||||
{application, eventhub, [
|
||||
{description, "Event Management Platform"},
|
||||
{vsn, "0.0.1"},
|
||||
{registered, []},
|
||||
{mod, {eventhub_app, []}},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib,
|
||||
mnesia,
|
||||
crypto,
|
||||
cowboy,
|
||||
jsx
|
||||
]},
|
||||
{env, [
|
||||
{http_port, 8080},
|
||||
{ws_port, 8081},
|
||||
{admin_http_port, 8445},
|
||||
{admin_ws_port, 8446}
|
||||
]},
|
||||
{modules, []},
|
||||
{licenses, ["Apache-2.0"]},
|
||||
{links, []}
|
||||
]}.
|
||||
Reference in New Issue
Block a user