Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Security: Stores private host information in codebase. Suggest moving it to .env.local. #27

Open
StefanDeWolfe opened this issue Feb 10, 2024 · 0 comments

Comments

@StefanDeWolfe
Copy link

Host address should be removed to .env.local for security. Just a nitpick, but it is good to practice correctly.
Something like
${process.env.HOST}
should be used in the string fields of the .tsx files and
HOST=http://xxx.xxx.xxx.xxx:8090
in the .env.local file.

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

No branches or pull requests

1 participant