Upgrade to Rails 7.2 (#465)
* Update to Rails 7.2 * run app:update * restore * update defaults * beta * beta * app:update * app:update * enable defaults * reconcile * reconcile * update puma
This commit is contained in:
+6
-5
@@ -19,17 +19,18 @@ default: &default
|
||||
# https://guides.rubyonrails.org/configuring.html#database-pooling
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: railsondocker_development
|
||||
|
||||
# The specified database role being used to connect to postgres.
|
||||
# To create additional roles in postgres see `$ createuser --help`.
|
||||
# When left blank, postgres will use the default role. This is
|
||||
# The specified database role being used to connect to PostgreSQL.
|
||||
# To create additional roles in PostgreSQL see `$ createuser --help`.
|
||||
# When left blank, PostgreSQL will use the default role. This is
|
||||
# the same name as the operating system user running Rails.
|
||||
#username: railsondocker
|
||||
#username: railsondocker72pg
|
||||
|
||||
# The password associated with the postgres role (username).
|
||||
# The password associated with the PostgreSQL role (username).
|
||||
#password:
|
||||
|
||||
# Connect on a TCP socket. Omitted by default since the client uses a
|
||||
|
||||
Reference in New Issue
Block a user