Sha256: b661326b0470cd69c804b5d73c73dbfd8d5151d09778ab9dc61fe0909536fd0e

Contents?: true

Size: 216 Bytes

Versions: 30

Compression:

Stored size: 216 Bytes

Contents

login: &login
  adapter: mysql
  host: localhost
  username: root
  password: 
  

development:
  database: typo_dev
  <<: *login

test:
  database: typo_tests
  <<: *login

production:
  database: typo
  <<: *login

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
typo-5.5 config/database.yml.example
typo-5.4.4 config/database.yml.example
typo-5.4.3 config/database.yml.example
typo-5.4.2 config/database.yml.example
typo-5.4.1 config/database.yml.example
typo-5.4 config/database.yml.example
typo-3.99.0 config/database.yml.example
typo-3.99.2 config/database.yml.example
typo-3.99.3 config/database.yml.example
typo-3.99.1 config/database.yml.example
typo-4.0.2 config/database.yml.example
typo-4.0.0 config/database.yml.example
typo-3.99.4 config/database.yml.example
typo-4.0.1 config/database.yml.example
typo-4.0.3 config/database.yml.example
typo-4.1.1 config/database.yml.example
typo-4.1 config/database.yml.example
typo-5.0.2 config/database.yml.example
typo-5.0.1 config/database.yml.example
typo-5.0.3.98.1 config/database.yml.example