This commit is contained in:
2026-07-14 22:50:46 +04:00
parent 27143319e3
commit bd19e0682b
3116 changed files with 467189 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
{application,shooting_event_phx,
[{modules,
['Elixir.ShootingEventPhx','Elixir.ShootingEventPhx.AI.Gemini',
'Elixir.ShootingEventPhx.Application',
'Elixir.ShootingEventPhx.Auth',
'Elixir.ShootingEventPhx.Auth.SessionStore',
'Elixir.ShootingEventPhx.DataCase',
'Elixir.ShootingEventPhx.Domain.AppSetting',
'Elixir.ShootingEventPhx.Domain.Derived',
'Elixir.ShootingEventPhx.Domain.EventData',
'Elixir.ShootingEventPhx.Domain.Player',
'Elixir.ShootingEventPhx.Domain.Score',
'Elixir.ShootingEventPhx.Domain.ScoreAttachment',
'Elixir.ShootingEventPhx.Domain.Settings',
'Elixir.ShootingEventPhx.Domain.Stages',
'Elixir.ShootingEventPhx.Domain.StateService',
'Elixir.ShootingEventPhx.Events','Elixir.ShootingEventPhx.Repo',
'Elixir.ShootingEventPhxWeb',
'Elixir.ShootingEventPhxWeb.ApiController',
'Elixir.ShootingEventPhxWeb.ConnCase',
'Elixir.ShootingEventPhxWeb.Endpoint',
'Elixir.ShootingEventPhxWeb.ErrorJSON',
'Elixir.ShootingEventPhxWeb.EventsController',
'Elixir.ShootingEventPhxWeb.FrontendController',
'Elixir.ShootingEventPhxWeb.Plugs.AdminOnly',
'Elixir.ShootingEventPhxWeb.Plugs.CORS',
'Elixir.ShootingEventPhxWeb.Router',
'Elixir.ShootingEventPhxWeb.Telemetry']},
{compile_env,
[{shooting_event_phx,
['Elixir.ShootingEventPhxWeb.Endpoint',code_reloader],
error},
{shooting_event_phx,
['Elixir.ShootingEventPhxWeb.Endpoint',debug_errors],
error},
{shooting_event_phx,
['Elixir.ShootingEventPhxWeb.Endpoint',force_ssl],
error}]},
{optional_applications,[]},
{applications,
[kernel,stdlib,elixir,logger,runtime_tools,phoenix,phoenix_ecto,
ecto_sql,ecto_sqlite3,telemetry_metrics,telemetry_poller,jason,req,
dns_cluster,bandit]},
{description,"shooting_event_phx"},
{registered,[]},
{vsn,"0.1.0"},
{mod,{'Elixir.ShootingEventPhx.Application',[]}}]}.