Sha256: 15dafd318e7e2ddffb673d6549cc22c74457b074041a671a8f0277cf14599962

Contents?: true

Size: 979 Bytes

Versions: 8

Compression:

Stored size: 979 Bytes

Contents

# Arango DB
# set all to nil to disable arango
Isomorfeus.arango_production =  { username: ENV['ARANGO_USER'], password: ENV['ARANGO_PASSWORD'],
                                  host: "localhost", port: "8529",
                                  database: "<%= app_class %>Production" }

Isomorfeus.arango_development = { username: ENV['ARANGO_USER'], password: ENV['ARANGO_PASSWORD'],
                                  host: "localhost", port: "8529",
                                  database: "<%= app_class %>Development" }

Isomorfeus.arango_test =        { username: ENV['ARANGO_USER'], password: ENV['ARANGO_PASSWORD'],
                                  host: "localhost", port: "8529",
                                  database: "<%= app_class %>Test" }

# create database, if possible
# initialize Isomorfeus collections
# create housekeeping tasks
# keep it, it will take care of updates to the Isomorfeus collections when required
Isomorfeus.prepare_arango_database

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
isomorfeus-1.0.0.zeta14 lib/isomorfeus/installer/templates/arango_config.rb.erb
isomorfeus-1.0.0.zeta13 lib/isomorfeus/installer/templates/arango_config.rb.erb
isomorfeus-1.0.0.zeta12 lib/isomorfeus/installer/templates/arango_config.rb.erb
isomorfeus-1.0.0.zeta11 lib/isomorfeus/installer/templates/arango_config.rb.erb
isomorfeus-1.0.0.zeta10 lib/isomorfeus/installer/templates/arango_config.rb.erb
isomorfeus-1.0.0.zeta9 lib/isomorfeus/installer/templates/arango_config.rb.erb
isomorfeus-1.0.0.zeta8 lib/isomorfeus/installer/templates/arango_config.rb.erb
isomorfeus-1.0.0.zeta6 lib/isomorfeus/installer/templates/arango_config.rb.erb