Starting to get things rolling

This commit is contained in:
Adam Mohammed
2023-05-30 14:19:38 -04:00
parent 1e6a5fa8a9
commit 28e381f1dc
6 changed files with 43 additions and 1 deletions

7
config/config.exs Normal file
View File

@@ -0,0 +1,7 @@
import Config
config :resource_owner, ResourceOwner.Repo,
database: "packet_api_development",
username: "postgres",
password: "postgres",
hostname: "localhost"