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

[Feature]: implement unused .env variables #160

Open
silksil opened this issue Dec 20, 2023 · 0 comments
Open

[Feature]: implement unused .env variables #160

silksil opened this issue Dec 20, 2023 · 0 comments

Comments

@silksil
Copy link

silksil commented Dec 20, 2023

Is your feature request related to a problem? Please describe.

I noticed that there are .env variables throughout the project, that don't seem te be used. This includes:

PUBLIC_STOREFRONT_API_VERSION=2023-04
NEXT_PUBLIC_STOREFRONT_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SESSION_SECRET="foobar"
STOREFRONT_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

It doesn't break the app, but is confusing. Is this on purpose or am I missing something?

Describe the solution you'd like

Implement unused .env variables, remove or add a comment.

Describe alternatives you've considered

Additional context

No response

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

1 participant