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

Make app port variable #54

Open
chezLotti opened this issue Jan 6, 2025 · 1 comment
Open

Make app port variable #54

chezLotti opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@chezLotti
Copy link

Right now when starting auto-reveal the port is fixed to 1337.
In my company every employee has a fixed range of ports we are allowed to use.
It would be great, if it would be possible to get the port via process.env.AWESOME_PORT.
In auto-reveal.js line 20:
port: process.env.PORT_APP ?? 1337

@pichfl
Copy link
Collaborator

pichfl commented Jan 7, 2025

Great suggestion! Will add for the next release.

@pichfl pichfl self-assigned this Jan 7, 2025
@pichfl pichfl added the bug Something isn't working label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants