Sha256: 6f9f0f544ba800c69a38da386736a4cdba6b17bb5b2c4f81ed778091fdbcbd29
Contents?: true
Size: 824 Bytes
Versions: 6
Compression:
Stored size: 824 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
6 entries across 6 versions & 1 rubygems