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]