Sha256: 8a44177a1973d2f7696525cf114267d003ceefebd535217e2bca5df1b6f3309a

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

development:
  user: fedoraAdmin
  password: fedoraAdmin
  url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || ENV['FCREPO_PORT'] || 8984 %>/rest
  base_path: <%= ENV['FCREPO_BASE_PATH'] || '/dev' %>
test:
  user: fedoraAdmin
  password: fedoraAdmin
  url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_TEST_PORT'] || ENV['FCREPO_PORT'] || 8986 %>/rest
  base_path: <%= ENV['FCREPO_BASE_PATH'] || '/test' %>
production:
  user: fedoraAdmin
  password: fedoraAdmin
  url: http://<%= ENV['FCREPO_HOST'] || 'localhost' %>:<%= ENV['FCREPO_PORT'] || 8983 %>/rest
  base_path: <%= ENV['FCREPO_BASE_PATH'] || '/prod' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active-fedora-13.2.0 lib/generators/active_fedora/config/fedora/templates/fedora.yml