config/fedora.yml in hydra-access-controls-9.7.1 vs config/fedora.yml in hydra-access-controls-9.8.0

- old
+ new

@@ -1,10 +1,10 @@ development: user: fedoraAdmin password: fedoraAdmin - url: http://localhost:8984/rest + url: http://localhost:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || 8984 %>/rest base_path: /dev test: user: fedoraAdmin password: fedoraAdmin - url: http://localhost:8986/rest + url: http://localhost:<%= ENV['FCREPO_TEST_PORT'] || 8986 %>/rest base_path: /test