Sha256: c7ab37e616de3efec35a216b0c0f8d57e2f227a8281f338b9b4b2e3e13d75b93

Contents?: true

Size: 470 Bytes

Versions: 9

Compression:

Stored size: 470 Bytes

Contents

default: &default
  adapter: mysql2
  encoding: unicode
  pool: "<%%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>"
  host: mysql
  port: 3306
  username: mysql

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  <<: *default
  database: <%= app_name %>_test

development:
  <<: *default
  database: <%= app_name %>_development

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
railsdock-0.4.0 lib/railsdock/templates/install/mysql/database.yml.erb
railsdock-0.3.1 lib/railsdock/templates/install/mysql/database.yml.erb
railsdock-0.3.0 lib/railsdock/templates/install/mysql/database.yml.erb
railsdock-0.2.0 lib/railsdock/templates/install/mysql/database.yml.erb
railsdock-0.1.4 lib/railsdock/templates/install/mysql/database.yml.erb
railsdock-0.1.3 lib/railsdock/templates/install/mysql/database.yml.erb
railsdock-0.1.2 lib/railsdock/templates/install/mysql/database.yml.erb
railsdock-0.1.1 lib/railsdock/templates/install/mysql/database.yml.erb
railsdock-0.1.0 lib/railsdock/templates/install/mysql/database.yml.erb