Starting to get things rolling
This commit is contained in:
7
config/config.exs
Normal file
7
config/config.exs
Normal file
@@ -0,0 +1,7 @@
|
||||
import Config
|
||||
|
||||
config :resource_owner, ResourceOwner.Repo,
|
||||
database: "packet_api_development",
|
||||
username: "postgres",
|
||||
password: "postgres",
|
||||
hostname: "localhost"
|
||||
Reference in New Issue
Block a user