Streamlining project's configuration process #23
Labels
backend
easy fix!
normally can fix in just a few lines of code!
enhancement
enhancement on an existing feature
ideas wanted
Need ideas and inputs from others
Right now, we have an env file for the backend to store secret keys, while in the frontend code, we have another two js files storing the firebase and stripe connection keys. This setup feels a little cumbersome and it makes the configuration process a little more tedious. There should be a way to streamline the setup the process, for example, maybe storing both the frontend and backend keys in the .env file in the server folder?
Any suggestions or comments on improvement?
The text was updated successfully, but these errors were encountered: