Sha256: 5eda5ae9c05eff68038d85b84a483b6e4285580efc2938cabdeead31b957e388

Contents?: true

Size: 633 Bytes

Versions: 12

Compression:

Stored size: 633 Bytes

Contents

default: &default
  adapter: mysql2
  encoding: utf8
  reconnect: true
  pool: 5
  username: ___
  password: ___
  socket: /var/run/mysqld/mysqld.sock

development:
  shard_group1:
    shard1:
      <<: *default
      database: group1_shard1_development
    shard2:
      <<: *default
      database: group1_shard2_development

test:
  shard_group1:
    shard1:
      <<: *default
      database: group1_shard1_test
    shard2:
      <<: *default
      database: group1_shard2_test

production:
  shard_group1:
    shard1:
      <<: *default
      database: group1_shard1
    shard2:
      <<: *default
      database: group1_shard2

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rails-sharding-1.2.2 lib/generators/templates/shards.yml.example
rails-sharding-1.2.1 lib/generators/templates/shards.yml.example
rails-sharding-1.2.0 lib/generators/templates/shards.yml.example
rails-sharding-1.1.3 lib/generators/templates/shards.yml.example
rails-sharding-1.1.2 lib/generators/templates/shards.yml.example
rails-sharding-1.1.1 lib/generators/templates/shards.yml.example
rails-sharding-1.1.0 lib/generators/templates/shards.yml.example
rails-sharding-1.0.5 lib/generators/templates/shards.yml.example
rails-sharding-1.0.4 lib/generators/templates/shards.yml.example
rails-sharding-1.0.3 lib/generators/templates/shards.yml.example
rails-sharding-1.0.2 lib/generators/templates/shards.yml.example
rails-sharding-1.0.1 lib/generators/templates/shards.yml.example