Initial Commit
This commit is contained in:
5
lib/sso_bsn/repo.ex
Normal file
5
lib/sso_bsn/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule SsoBsn.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :sso_bsn,
|
||||
adapter: Ecto.Adapters.SQLite3
|
||||
end
|
||||
Reference in New Issue
Block a user