egs/src/egs.app.src
Loïc Hoguin 0b8c4dbd85 egs_users: Remove mnesia from users handling. Convert to a gen_server.
Mnesia has now been fully removed from EGS. It will be replaced by Riak
at a later time, when we need to store permanent data to disk.
2011-02-20 20:00:04 +01:00

16 lines
244 B
Erlang

%%-*- mode: erlang -*-
{application, egs, [
{description, "EGS online action-RPG game server"},
{vsn, "0.9"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib,
crypto,
ssl
]},
{mod, {egs_app, []}},
{env, []}
]}.