Skip to content

Commit 7d12c26

Browse files
committed
cleanup config
1 parent 31e604d commit 7d12c26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/phoenix-liveview/config/dev.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ config :phoenix_live_view,
8484
enable_expensive_runtime_checks: true
8585

8686
config :phoenix_sync,
87-
mode: :embedded,
8887
env: config_env(),
89-
url: "http://localhost:3000",
88+
mode: :embedded,
9089
repo: Electric.PhoenixExample.Repo

examples/phoenix-liveview/config/test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ config :phoenix_live_view,
3232
enable_expensive_runtime_checks: true
3333

3434
config :phoenix_sync,
35+
env: config_env(),
3536
mode: :embedded,
3637
repo: Electric.PhoenixExample.Repo

0 commit comments

Comments
 (0)