You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows Environment Variables assume that you're using Cmd Shell, and most developers have moved to Powershell (and Powershell on Mac too). You should support a Powershell version too:
# RabbitMQ management URL$env:LICENSINGCOMPONENT_RABBITMQ_APIURL="enter value here"# Username to access the RabbitMQ management interface$env:LICENSINGCOMPONENT_RABBITMQ_USERNAME="enter value here"# Password to access the RabbitMQ management interface$env:LICENSINGCOMPONENT_RABBITMQ_PASSWORD="enter value here"
The text was updated successfully, but these errors were encountered:
When I go to:
http://localhost:9090/#/usage/setup/connection-setup
It shows three options:
The Windows Environment Variables assume that you're using Cmd Shell, and most developers have moved to Powershell (and Powershell on Mac too). You should support a Powershell version too:
The text was updated successfully, but these errors were encountered: