Closed vdegenne closed 1 year ago
The reason for that is the env vars should probably be in
api
package because that's where the keys belong to.
Yes, was going to say the same, I'm not comfortable it being in server exports 📦
@VandeurenGlenn Or even better, maybe we should put the .env
file at the root of the project. so for example server can use the port, and api the keys, etc.
If we do that we should probably make a env
package too :eyes:
@VandeurenGlenn check that https://github.com/VandeurenGlenn/blue_server/pull/12
Let's just close this branch, it's f*cked.
Accept this one https://github.com/VandeurenGlenn/blue_server/pull/12 it isolates env to its own package so we can start relying on it.
The reason for that is the env vars should probably be in
api
package because that's where the keys belong to.