Skip to content

Commit

Permalink
Changed default dev database name
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Oct 14, 2023
1 parent 4364982 commit c2f8818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config :logger, level: :info
config :core, Core.Repo,
username: "postgres",
password: "postgres",
database: "link_dev",
database: "next_dev",
hostname: "localhost",
show_sensitive_data_on_connection_error: true,
pool_size: 10
Expand Down

0 comments on commit c2f8818

Please sign in to comment.