123456789101112131415161718 |
- # Configuration for testing framework.
- #
- # These values override the ones found in `application.yml`.
- store:
- ldp_rs:
- connector:
- options:
- location: http://localhost:3030/fcrepo-test/
- query_ep: query
- update_ep: update
- # Optional
- #username: <set me>
- #password: <set me>
- #ssl_verify: false
- ldp_nr:
- path: /tmp/fcrepo_test/ldpnr_store
|