Sha256: f653a72bac3be0d45414879c062f0a7c0578759e04cdec08a9804bdd9b71193b
Contents?: true
Size: 446 Bytes
Versions: 6
Compression:
Stored size: 446 Bytes
Contents
require 'rubygems' CERT_DIR = File.join(File.dirname(__FILE__), ".", "certs") environment = ENV['ENVIRONMENT'] || ENV['ROBOT_ENVIRONMENT'] || ENV['RAILS_ENV'] || 'development' project_root = File.expand_path(File.dirname(__FILE__) + '/..') puts "RUNNING IN #{environment} mode" # Load config for current environment. $LOAD_PATH.unshift(project_root + '/lib') require 'assembly-utils' Dor::WorkflowService.configure(Dor::Config.workflow.url)
Version data entries
6 entries across 6 versions & 1 rubygems