Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
#blueriq.publisher-client.environmentName: The name of the environment (required). This should be the same name as the name of the Artifacory in the Publisher configuration.
#blueriq.publisher-client.serverUrl=The URL on which to locate the Artifactory to connect to.
#blueriq.publisher-client.repository=The name of the repository configured in Artifactory.
#blueriq.publisher-client.username=The username to use to connect to the Artifactory.
#blueriq.publisher-client.password=The password to use to connect to the Artifactory.

#EXAMPLE
blueriq.publisher-client.environmentName=Test
blueriq.publisher-client.serverUrl=http://artifactory.company.com/artifactory
blueriq.publisher-client.repository=publisher-models-test-local
blueriq.publisher-client.usernameuser=user
blueriq.publisher-client.password=welcome01

...