Sha256: fdaed49195e35c67613a8beac32b4e9051fa0f0dddce48af0fa164c845edfce6
Contents?: true
Size: 446 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
assembly-utils-1.4.6 | config/boot.rb |