Sha256: a03c38186fabf1d56219d3ffe7001b61789f7ec2e3539db1b7c62e0a8a62c7d9
Contents?: true
Size: 823 Bytes
Versions: 10
Compression:
Stored size: 823 Bytes
Contents
development: adapter: mysql socket: /var/lib/mysql/mysql.sock # socket: /tmp/mysql.sock database: blog host: localhost encoding: utf8 username: root password: #development: # adapter: postgresql # database: blog # host: localhost # username: postgres # password: # 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: adapter: mysql database: blog_test host: localhost socket: /var/lib/mysql/mysql.sock # socket: /tmp/mysql.sock encoding: utf8 username: root password: production: adapter: mysql socket: /var/lib/mysql/mysql.sock # socket: /tmp/mysql.sock database: blog host: localhost encoding: utf8 username: root password:
Version data entries
10 entries across 10 versions & 1 rubygems