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

Separate Staging and Dev Constants #635

Open
okis-netlight opened this issue Feb 19, 2025 · 0 comments
Open

Separate Staging and Dev Constants #635

okis-netlight opened this issue Feb 19, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@okis-netlight
Copy link
Contributor

Description

Since we are working with dev, staging, and production environments, we should update our codebase to support using different constants (urls and CORS policies, etc) when we are in a staging environment. Currently the staging and dev environments use the same set of constants, so this issue would involve separating those into different sets.

Tasks

  • Set CORS policies for staging environment
  • Take NODE_ENV=='staging' into consideration when setting constants such as URLs
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: No status
Development

No branches or pull requests

2 participants