12 lines
253 B
Elixir
12 lines
253 B
Elixir
import Config
|
|
|
|
config :chessh, Chessh.Repo,
|
|
database: "chessh-test",
|
|
username: "postgres",
|
|
password: "postgres",
|
|
hostname: "localhost",
|
|
pool: Ecto.Adapters.SQL.Sandbox
|
|
|
|
config :chessh,
|
|
priv_dir: Path.join(Path.dirname(__DIR__), "priv/keys")
|