Sha256: cc2b26d7e96d1a36e696cb6ea9c23ac44030c3326cb64864c853435a89825d1b
Contents?: true
Size: 512 Bytes
Versions: 7
Compression:
Stored size: 512 Bytes
Contents
development: adapter: mysql2 encoding: utf8 reconnect: false database: admin_data_development pool: 5 username: root password: welcome host: localhost # 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 reconnect: false database: admin_data_test pool: 5 username: root password: welcome host: localhost
Version data entries
7 entries across 7 versions & 2 rubygems