Skip to content

Commit

Permalink
Fixed config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed Apr 23, 2024
1 parent 35860cc commit fc1dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config :clear_settle_engine_admin, ClearSettleEngineAdminWeb.Endpoint,
pubsub_server: ClearSettleEngineAdmin.PubSub,
live_view: [signing_salt: "kLC5F5Sh"]

config :clear_settle_engine, ClearSettleEngine.Repo,
config :clear_settle_engine_admin, ClearSettleEngineAdmin.Repo,
username: System.get_env("DB_USERNAME", "postgres"),
password: System.get_env("DB_PASSWORD", ""),
database: System.get_env("DB_DATABASE", "clear_settle_engine_dev"),
Expand Down

0 comments on commit fc1dbff

Please sign in to comment.