Skip to content

Commit

Permalink
chore: add application_name to differentiate connections on the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Sep 29, 2021
1 parent 7f2b15f commit 6466566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/lib/realtime/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ defmodule Realtime.Application do
database: Application.fetch_env!(:realtime, :db_name),
password: Application.fetch_env!(:realtime, :db_password),
port: Application.fetch_env!(:realtime, :db_port),
ssl: Application.fetch_env!(:realtime, :db_ssl)
ssl: Application.fetch_env!(:realtime, :db_ssl),
application_name: "realtime",
}

epgsql_params =
Expand Down

0 comments on commit 6466566

Please sign in to comment.