mirror of
https://github.com/TheRealOwenRees/chess-endgame-trainer.git
synced 2026-09-19 11:03:52 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
defmodule Chesstrainer.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :chesstrainer,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
||||
Reference in New Issue
Block a user