init: inital commit
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user