Sha256: 7d119e01c359be26301eedd882f120786a6488b88af2aec705d463f482e73e75
Contents?: true
Size: 1.02 KB
Versions: 7
Compression:
Stored size: 1.02 KB
Contents
defaults: &defaults source: protocol: OAI oai_base_url: http://oai.example.org/oai metadata_prefix: some_prefix set: some_set seconds_granularity: true index: adapter: solr url: http://solr.example.org/ proxy: http://foo:bar@proxy.example.com/ open_timeout: 120 read_timeout: 300 development: <<: *defaults db: adapter: mysql2 encoding: utf8 pool: 5 database: example_pord host: mysql-dev.example.org port: 3306 index: adapter: solr url: http://solr-dev.example.org/ proxy: http://foo:bar@proxy.example.com/ open_timeout: 120 read_timeout: 300 test: db: adapter: sqlite3 database: ':memory:' pool: 5 timeout: 5000 source: protocol: Resync capability_list_url: http://localhost:8888/capabilitylist.xml index: adapter: solr url: http://localhost:8000/solr/ production: <<: *defaults db: adapter: mysql2 encoding: utf8 pool: 5 database: example_pord host: mysql.example.org port: 3306
Version data entries
7 entries across 7 versions & 1 rubygems