init: inital commit

This commit is contained in:
2026-04-16 15:46:00 +02:00
commit 34ddbe669e
40 changed files with 1556 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import Config
config :localiserd, Localiser.Repo,
database: Path.expand("../priv/db/localiser.db", Path.dirname(__ENV__.file)),
pool_size: 5
config :localiserd, ecto_repos: [Localiser.Repo]