Files
ResourceOwner/config/config.exs
2023-05-30 14:19:38 -04:00

8 lines
169 B
Elixir

import Config
config :resource_owner, ResourceOwner.Repo,
database: "packet_api_development",
username: "postgres",
password: "postgres",
hostname: "localhost"