Open Onariaginosa opened 1 year ago
Elevating the priority of this issue to see if it is an "easy" fix.
The variables are saved in .env file but I don't know where the file is.
Ah yes that’s true—the .env file is actually not meant to be committed in case it contains secrets. (notice that it is in .gitignore)
I can look for mine and can send you a copy by other means
Yes! I don't expect I have access to that file 😅. Can you just help me to fix the variable names? And I can fix it in code.
EXPRESSION_DB_USERNAME -> DB_USERNAME EXPRESSION_DB_PASSWORD -> DB_PASSWORD
We can confirm if this is a good name to change, then I will make a PR with the name change. When @dondi merge, @dondi can change the variable names in .env
file
Sounds like a plan! 👌🏽
We should rename the server environment variables
EXPRESSION_DB_USERNAME
andEXPRESSION_DB_PASSWORD
to something more generic likeDB_USERNAME
andDB_PASSWORD
because our database contains more than just expression data now.