Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Add default settings for Dor::Services::Client
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-collier committed Dec 21, 2018
1 parent 1727085 commit cdb8fca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ seed_apo: 'oo000oo0000'
# this XML is read later by was_robot_suite wasSeedPreassemblyWF step
seed_staging_path: './'

# dor_services_url: dor-services REST API used to register objects.
# format: No trailing slash; '/object' is appended in the code
dor_services_url: 'http://localhost:3000'
# Dor Services Client configuration
DOR_SERVICES:
URL: 'http://localhost:3003'
USER: 'user'
PASS: 'password'

# argo_view_url: prepended to druid; used for links to registered objects in views
# format: yes, trailing slash, e.g. 'https://argo-stage.stanford.edu/catalog/'
Expand Down

0 comments on commit cdb8fca

Please sign in to comment.