8 lines
138 B
Elixir
8 lines
138 B
Elixir
import Config
|
|
|
|
config :chessh, Chessh.Repo,
|
|
database: "chessh",
|
|
username: "postgres",
|
|
password: "postgres",
|
|
hostname: "localhost"
|