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