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