Sha256: f8ad542ae23fe9d1577ab3ea48d7d1fb3efa0326e82446f7c95e21af74b7210d

Contents?: true

Size: 655 Bytes

Versions: 1

Compression:

Stored size: 655 Bytes

Contents

# rake spec will try to run the integration specs on all the following 
# database connections to test the different adapters.
#
# The syntax of this file is similar to the database.yml file in a
# Rails application. You can change these parameters to your setup,
# or comment them out if you have no such database connections available
# to you.

sqlite3:
  adapter: "sqlite3"
  database: ":memory:"

mysql:
  adapter: "mysql"
  host: "localhost"
  user: "root"
  password:
  database: "scoped_search_test"
 
postgresql:
  adapter: "postgresql"
  host: "localhost"
  username: "scoped_search"
  password: "scoped_search"
  database: "scoped_search_test"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scoped_search-2.0.1 spec/database.yml