Sha256: ba0e5a7193c270d10d3f32c031782290e1529955a684322093962fb8ebe66270

Contents?: true

Size: 523 Bytes

Versions: 7

Compression:

Stored size: 523 Bytes

Contents

development:
  adapter: postgresql
  prepared_statements: false
  url: "postgres://localhost/historiographer_development"

test:
  adapter: postgresql
  database: historiographer_test
  url: "postgres://localhost/historiographer_test"

# mysql_default: &mysql_default
#   adapter: mysql2
#   encoding: utf8
#   username: root
#   password:
#   host: 127.0.0.1
#   port: 3306

# development:
#   <<: *mysql_default
#   database: historiographer_development

# test:
#   <<: *mysql_default
#   database: historiographer_test

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
historiographer-4.0.0 spec/db/database.yml
historiographer-3.1.2 spec/db/database.yml
historiographer-3.1.1 spec/db/database.yml
historiographer-3.1.0 spec/db/database.yml
historiographer-3.0.0 spec/db/database.yml
historiographer-2.0.1 spec/db/database.yml
historiographer-2.0.0 spec/db/database.yml