Sha256: c371e4dceacd72f84fb53b3548885e1db3679e1ca445dbfa627c79c3578ca819
Contents?: true
Size: 871 Bytes
Versions: 4
Compression:
Stored size: 871 Bytes
Contents
development: adapter: mysql2 encoding: utf8 database: dummy_development username: root host: 127.0.0.1 port: 3306 # 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: dummy_test username: root host: 127.0.0.1 port: 3306 test_replica: adapter: mysql2 encoding: utf8 database: dummy_test_replica username: root host: 127.0.0.1 port: 3306 production: adapter: mysql2 encoding: utf8 database: dummy_production username: root host: 127.0.0.1 port: 3306 # Database definitions for testing on PostgreSQL. pg_test: adapter: postgresql encoding: utf8 database: postgres username: dummy password: dummy host: 127.0.0.1 port: 5432
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
easymon-1.6.3 | test/dummy/config/database.yml |
easymon-1.6.2 | test/dummy/config/database.yml |
easymon-1.6.1 | test/dummy/config/database.yml |
easymon-1.6.0 | test/dummy/config/database.yml |