This commit is contained in:
ra
2026-02-14 19:36:59 -07:00
parent f5b8aeb39d
commit bbd205ecbe
19 changed files with 5191 additions and 554 deletions

View File

@@ -22,6 +22,11 @@ defmodule Odinsea.Application do
# Redis connection pool
{Redix, name: :redix, host: redis_config()[:host], port: redis_config()[:port]},
# Game data providers (load before servers)
Odinsea.Game.ItemInfo,
Odinsea.Game.MapFactory,
Odinsea.Game.LifeFactory,
# Registry for player lookups
{Registry, keys: :unique, name: Odinsea.PlayerRegistry},