Sha256: 626634b74a34c47a146ca3a4b9926570fc26ebc405f2d0981d47397eb6ae328f

Contents?: true

Size: 263 Bytes

Versions: 42

Compression:

Stored size: 263 Bytes

Contents

development:
  adapter: sqlite3
  database: db/development.sqlite3
  pool: 5
  timeout: 5000
test:
  adapter: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000
production:
  adapter: sqlite3
  database: db/production.sqlite3
  pool: 5
  timeout: 5000

Version data entries

42 entries across 42 versions & 5 rubygems

Version Path
standalone_migrations-8.0.0 example/db/config.yml
standalone_migrations-7.2.0 example/db/config.yml
standalone_migrations-7.1.3 example/db/config.yml
standalone_migrations-7.1.2 example/db/config.yml
standalone_migrations-7.1.1 example/db/config.yml
standalone_migrations_sp-7.1.1 example/db/config.yml
cairn-7.1.1 example/db/config.yml
cairn-7.1.0 example/db/config.yml
standalone_migrations_new-7.1.2 example/db/config.yml
standalone_migrations_new-7.1.1 example/db/config.yml
standalone_migrations_new-7.1.0 example/db/config.yml
standalone_migrations-7.1.0 example/db/config.yml
standalone_migrations-6.1.0 example/db/config.yml
standalone_migrations-6.0.0 example/db/config.yml
standalone_migrations-5.2.7 example/db/config.yml
standalone_migrations-5.2.6 example/db/config.yml
standalone_migrations-5.2.5 example/db/config.yml
standalone_migrations-5.2.4 example/db/config.yml
standalone_migrations-5.2.3 example/db/config.yml
standalone_migrations-5.2.2 example/db/config.yml