Sha256: 2813eb03a62a2333dfbec6f3a16b398062613f07ff19388d34149661e208bd4b

Contents?: true

Size: 646 Bytes

Versions: 6

Compression:

Stored size: 646 Bytes

Contents

development:
  adapter: mysql
  encoding: utf8
  reconnect: false
  database: <%= app_name %>_dev
  pool: 5
  username: root
  password: root
  host: localhost

test:
  adapter: mysql
  encoding: utf8
  reconnect: false
  database: <%= app_name %>_test
  pool: 5
  username: root
  password: root
  host: localhost

staging:
  adapter: mysql
  encoding: utf8
  reconnect: false
  database: <%= app_name %>_staging
  pool: 5
  username: <%= app_name %>_s
  password:
  host: localhost

production:
  adapter: mysql
  encoding: utf8
  reconnect: false
  database: <%= app_name %>
  pool: 5
  username: <%= app_name %>
  password:
  host: localhost

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
da-suspenders-1.2.3 template/files/mysql_database.yml.erb
da-suspenders-1.2.2 template/files/mysql_database.yml.erb
da-suspenders-1.2.1 template/files/mysql_database.yml.erb
da-suspenders-1.2.0 template/files/mysql_database.yml.erb
da-suspenders-1.1.0 template/files/mysql_database.yml.erb
da-suspenders-1.0.1 template/files/mysql_database.yml.erb