Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Setup Should Have Powershell Example for Windows #2219

Open
shawnwildermuth opened this issue Jan 22, 2025 · 1 comment
Open

Connection Setup Should Have Powershell Example for Windows #2219

shawnwildermuth opened this issue Jan 22, 2025 · 1 comment

Comments

@shawnwildermuth
Copy link

When I go to:

http://localhost:9090/#/usage/setup/connection-setup

It shows three options:

Image

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"
@mauroservienti
Copy link
Member

Thanks for raising this, @shawnwildermuth. We'll look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants