savipauk / study-buddy

An app made to connect students looking for study partners and allow mentors to share their teaching topics and expertise.
MIT License
2 stars 0 forks source link

Load Google Client ID from .env or serverUtils instead of hardcoding it here #55

Open savipauk opened 1 week ago

savipauk commented 1 week ago

https://github.com/savipauk/study-buddy/blob/2991fb821a78d301c8d8e03bd245d08724ec0fab/frontend/src/main.jsx#L43

savipauk commented 1 week ago

If you choose to create a .env file (which would be the more "correct" way of doing this), make sure to look at serverUtils and also move the server ip and port to .env there. Even more importantly, document this and let the rest of the team know!