Skip to content

Commit

Permalink
- Added db config
Browse files Browse the repository at this point in the history
  • Loading branch information
rushikeshpandit committed Dec 26, 2023
1 parent 0e23cfc commit 1d9662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Config
config :rent_cars, RentCars.Repo,
username: "postgres",
password: "postgres",
hostname: "db",
hostname: "localhost",
database: "rent_cars_dev",
stacktrace: true,
show_sensitive_data_on_connection_error: true,
Expand Down

0 comments on commit 1d9662d

Please sign in to comment.