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 backend read whether it's in development mode from the environment #693

Open
lberrymage opened this issue Oct 24, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@lberrymage
Copy link
Member

Our backend currently reads whether it's in development mode via Java system properties. However, because the backend prefixes its cookies with "__Host-" in production mode and the official container image is always in production mode, it is difficult if not impossible to fully run and test the official container image locally.

We should instead read this configuration from the environment as we do with all other configuration to facilitate running the official container image locally for testing purposes.

@lberrymage lberrymage added the enhancement New feature or request label Oct 24, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Roadmap Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant