Advertisement
Guest User

functionaltest.properties

a guest
Feb 26th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. NexusSource = https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.3.1-01-unix.tar.gz
  2. EiffelNexusExtensionSource = https://eiffel.lmera.ericsson.se/nexus/content/repositories/releases/com/ericsson/eiffel/eiffel-nexus-extension/0.0.34/eiffel-nexus-extension-0.0.34.jar
  3.  
  4. DeploymentPath = /tmp/EiffelNexusArmTest
  5. DeploymentNexusPath = /nexus
  6. DeploymentEiffelNexusExtensionPath = /system/com/ericsson/eiffel/eiffel-nexus-extension/
  7. NexusFeatureXmlPath = /system/com/sonatype/nexus/assemblies/nexus-oss-feature/
  8. NexusPropertiesFilePath = /sonatype-work/nexus3/etc/nexus.properties
  9.  
  10. NexusTestArtifactPath = target/test-classes/artifact/
  11. NexusTestArtifactName = test-artifact-0.0.1
  12. NexusRepository = maven-releases
  13. NexusRepositoryProxy = maven-releases-proxy
  14. NexusRepositoryGAVPath = com/test/artifact/test-artifact/0.0.1/
  15.  
  16. NexusHost = localhost
  17. NexusPort = 9001
  18. NexusUsername = admin
  19. NexusPassword = admin123
  20. NexusRepository = maven-releases
  21. NexusRepositoryProxy = maven-releases-proxy
  22.  
  23. RemremGenerateURL = http://localhost:8080/generate-service
  24. RemremPublishURL = http://localhost:8080/publish-service/producer
  25. RemremUsername = guest
  26. RemremPassword = guest
  27.  
  28. ERURL = http://localhost:8080/eiffel-er/
  29. ERMongoDBHost = localhost
  30. ERMongoDBPort = 27017
  31. ERMongoDBDatabase = testdb
  32. ERMongoDBCollection = events
  33.  
  34. RabbitMQHost = localhost
  35. RabbitMQPort = 5672
  36. RabbitMQUsername = guest
  37. RabbitMQPassword = guest
  38. RabbitMQExchange = ex1
  39. RabbitMQRoutingKeyEiffel1 = artifact.#
  40. RabbitMQRoutingKeyEiffel2 = eiffel.artifact.#
  41. RabbitMQDomain = dom1
  42. RabbitMQComponent = comp1
  43. RabbitMQQueue = testqueue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement