pg update and config.hosts
This commit is contained in:
@@ -60,3 +60,7 @@ end
|
|||||||
group :mysql do
|
group :mysql do
|
||||||
gem "mysql2"
|
gem "mysql2"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
group :openshift do
|
||||||
|
gem "pg"
|
||||||
|
end
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
Railsgoat::Application.configure do
|
Railsgoat::Application.configure do
|
||||||
# Settings specified here will take precedence over those in config/application.rb
|
# Settings specified here will take precedence over those in config/application.rb
|
||||||
|
config.hosts << '.svc.cluster.local'
|
||||||
# In the development environment your application's code is reloaded on
|
# In the development environment your application's code is reloaded on
|
||||||
# every request. This slows down response time but is perfect for development
|
# every request. This slows down response time but is perfect for development
|
||||||
# since you don't have to restart the web server when you make code changes.
|
# since you don't have to restart the web server when you make code changes.
|
||||||
|
|||||||
Reference in New Issue
Block a user