Sha256: c0acfb84c2d76d4c8defad542ad51e2ad63625f40fea7afd548656fe915458db
Contents?: true
Size: 992 Bytes
Versions: 2
Compression:
Stored size: 992 Bytes
Contents
# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: # adapter: sqlite3 # database: db/development.sqlite3 # pool: 5 # timeout: 10000 adapter: mysql2 encoding: utf8 database: cms pool: 5 username: root password: socket: /tmp/mysql.sock host: 127.0.0.1 # config.database_config = 'cms_' cms_development: adapter: mysql2 encoding: utf8 database: cms_dev pool: 5 username: root password: socket: /tmp/mysql.sock host: 127.0.0.1 # adapter: sqlite3 # database: db/cms_development.sqlite3 # pool: 5 # timeout: 10000 # 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: mysql2 encoding: utf8 database: cms_test pool: 5 username: root password: socket: /tmp/mysql.sock host: 127.0.0.1 # adapter: sqlite3 # database: db/test.sqlite3 # pool: 5 # timeout: 10000
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comfypress-0.1.4 | config/database.yml |
comfypress-0.1.3 | config/database.yml |