blue-postgresql 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/blue/postgresql/version.rb +1 -1
- data/templates/postgresql.conf.erb +1 -1
- metadata +3 -3
|
@@ -55,7 +55,7 @@ external_pid_file = '/var/run/postgresql/9.2-main.pid' # write an extra PID fi
|
|
|
55
55
|
#------------------------------------------------------------------------------
|
|
56
56
|
|
|
57
57
|
# - Connection Settings -
|
|
58
|
-
|
|
58
|
+
<% if Blue.config.ip_address %>listen_addresses = '<%= Blue.config.ip_address %>'<% end %>
|
|
59
59
|
#listen_addresses = 'localhost' # what IP address(es) to listen on;
|
|
60
60
|
# comma-separated list of addresses;
|
|
61
61
|
# defaults to 'localhost'; use '*' for all
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blue-postgresql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.0.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Josh Sharpe
|