Sha256: 5ec676fc1a98cf915b68c135dc82193adca4c283a88fc1e487b409d01ac9941e

Contents?: true

Size: 399 Bytes

Versions: 6

Compression:

Stored size: 399 Bytes

Contents

# For given rails environment, what is the fedora url, admin user and password?
development:
  user: fedoraAdmin
  password: fedoraAdmin
  url: http://127.0.0.1:8983/fedora
test: &TEST  
  user: fedoraAdmin
  password: fedoraAdmin
  url: http://127.0.0.1:8983/fedora-test
production:
  user: fedoraAdmin
  password: fedoraAdmin
  url: http://your.production.server:8080/fedora
cucumber:
  <<: *TEST

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hydra-head-4.1.3 config/fedora.yml
hydra-head-4.1.2 config/fedora.yml
hydra-head-4.1.1 config/fedora.yml
hydra-head-4.1.0 config/fedora.yml
hydra-head-4.0.3 config/fedora.yml
hydra-head-4.0.2 config/fedora.yml