Sha256: de6df6791c50ba76156d87c8a54e5cf86dd6bf3227fc63f1be8163551a2fe09c

Contents?: true

Size: 1 KB

Versions: 26

Compression:

Stored size: 1 KB

Contents

# RDF store setup for rdland with mysql store
development:
  type: redland
  name: dbl
  location: mysql
  database: Talia_development_rdf
  user: root
  password: 
  host: localhost

# Configuration example for redland with hashes(bdb) store
# You may also use "memory" instead of "hashes" for the memory-only store
#
# development:
#   type: redland
#   location: hashes
#   name: talia_development
#   hash-type: bdb
#   dir: .


# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
  type: rdflite

production:
  type: redland
  name: dbl
  location: mysql
  database: Talia_production_rdf
  user: root
  password: 
  host: localhost

# Configuration example for redland with hashes(bdb) store
# You may also use "memory" instead of "hashes" for the memory-only store
#
# production:
#   type: redland
#   location: hashes
#   name: talia_production
#   hash-type: bdb
#   dir: .

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
talia_core-0.7.0 config/rdfstore.yml.redland_example
talia_core-0.5.4 config/rdfstore.yml.redland_example
talia_core-0.5.3 config/rdfstore.yml.redland_example
talia_core-0.5.2 config/rdfstore.yml.redland_example
talia_core-0.5.1 config/rdfstore.yml.redland_example
talia_core-0.5.0 config/rdfstore.yml.redland_example
talia_core-0.4.22 config/rdfstore.yml.redland_example
talia_core-0.4.20 config/rdfstore.yml.redland_example
talia_core-0.4.19 config/rdfstore.yml.redland_example
talia_core-0.4.18 config/rdfstore.yml.redland_example
talia_core-0.4.17 config/rdfstore.yml.redland_example
talia_core-0.4.16 config/rdfstore.yml.redland_example
talia_core-0.4.15 config/rdfstore.yml.redland_example
talia_core-0.4.14 config/rdfstore.yml.redland_example
talia_core-0.4.13 config/rdfstore.yml.redland_example
talia_core-0.4.12 config/rdfstore.yml.redland_example
talia_core-0.4.11 config/rdfstore.yml.redland_example
talia_core-0.4.10 config/rdfstore.yml.redland_example
talia_core-0.4.9 config/rdfstore.yml.redland_example
talia_core-0.4.8 config/rdfstore.yml.redland_example