Sha256: 24b7dcf2b68ec9f728254f92927fddfbb14603ec5ef66eeb3f40e7f003495462

Contents?: true

Size: 621 Bytes

Versions: 15

Compression:

Stored size: 621 Bytes

Contents

development:
  adapter: postgresql
  host: localhost
  port: 5432
  database: carrier
  username: postgres
  password: postgres
  schema_search_path: public
  encoding: utf8
  template: template0

test: &test
  adapter: postgresql
  host: localhost
  port: 5432
  database: distant_test
  username: postgres
  password: postgres
  schema_search_path: public
  encoding: utf8
  template: template0

production:
  adapter: postgresql
  host: localhost
  port: 5432
  database: eidogram_distant
  username: pgsql 
  password: pgsql 
  schema_search_path: public
  encoding: utf8
  template: template0

cucumber:
  <<: *test

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
simple_roles-0.0.12 spec/dummy/config/database_pgsql.yml
simple_roles-0.0.11 spec/dummy/config/database_pgsql.yml
simple_roles-0.0.10 spec/dummy/config/database_pgsql.yml
simple_roles-0.0.9 spec/dummy/config/database_pgsql.yml
simple_roles-0.0.8 spec/dummy/config/database_pgsql.yml
simple_roles-0.0.7 spec/dummy/config/database_pgsql.yml
simple_roles-0.0.6 spec/dummy/config/database_pgsql.yml
carrier-0.1.5 spec/dummy/config/database_pgsql.yml
carrier-0.1.4 spec/dummy/config/database_pgsql.yml
carrier-0.1.3 spec/dummy/config/database_pgsql.yml
carrier-0.1.2 spec/dummy/config/database_pgsql.yml
carrier-0.1.1 spec/dummy/config/database_pgsql.yml
carrier-0.1.0 spec/dummy/config/database_pgsql.yml
carrier-0.0.6 spec/dummy/config/database_pgsql.yml
simple_roles-0.0.5 spec/dummy/config/database_pgsql.yml