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 ab793f6 commit 8e9da77Copy full SHA for 8e9da77
.github/workflows/build.yml
@@ -25,3 +25,5 @@ jobs:
25
createdb pgsync_test2
26
createdb pgsync_test3
27
- run: bundle exec rake test
28
+ env:
29
+ VERBOSE: 1
lib/pgsync/data_source.rb
@@ -15,6 +15,7 @@ def exists?
15
end
16
17
def local?
18
+ p host
19
!host || %w(localhost 127.0.0.1).include?(host)
20
21
0 commit comments