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

How to customize url of bull board? #42

Closed
cheesepaulo opened this issue Sep 28, 2020 · 2 comments
Closed

How to customize url of bull board? #42

cheesepaulo opened this issue Sep 28, 2020 · 2 comments

Comments

@cheesepaulo
Copy link

const Bull = use("Rocketseat/Bull");

Bull.process()
// Optionally you can start BullBoard:
.ui(9999); // http://localhost:9999 // I change this line to ex: admin/jobs ..... app fails
// You don't need to specify the port, the default number is 9999

I need to protect this route.

@LeCoupa
Copy link
Contributor

LeCoupa commented Sep 29, 2020

It looks like the ui() function only accepts a port number. Why don't you use something like Nginx for this?

@fhugoduarte
Copy link

Hey @cheesepaulo , I will close this issue for lack of current interactions. Feel free to open it again if necessary.

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

No branches or pull requests

3 participants