We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f873873 commit b4bbe5eCopy full SHA for b4bbe5e
.github/workflows/elixir_tests.yml
@@ -31,7 +31,7 @@ jobs:
31
--health-timeout 5s
32
--health-retries 5
33
ports:
34
- - 54321:5432
+ - 55555:5432
35
36
steps:
37
- uses: actions/checkout@v4
config/runtime.exs
@@ -2,7 +2,7 @@ import Config
2
3
if config_env() == :test do
4
# port = 3333
5
- default_database_url = "postgresql://postgres:password@localhost:54321/electric?sslmode=disable"
+ default_database_url = "postgresql://postgres:password@localhost:55555/electric?sslmode=disable"
6
database_url = System.get_env("DATABASE_URL", default_database_url)
7
8
config :electric,
0 commit comments