Hi all,
Another quick question. I'll answer it myself after some tinkering, if I find a solution.
The environment variables defined for the front container are:
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
Meanwhile, the environment variables defined for the github container are:
GITHUB_CLIENTID
GITHUB_CLIENT_SECRET
Given that "OAuth Apps" and other "Apps" in Github are treated separately, I assume that these refer to two different apps. Therefore, it makes sense to keep the variables named separately and not overlapping as they do with GITHUB_CLIENT_SECRET. I've renamed them appropriately in my .env file and have adjusted the compose.yml file to handle the new names. Now, let's see if it works, I'll post updates here :)
Hi all,
Another quick question. I'll answer it myself after some tinkering, if I find a solution.
The environment variables defined for the
frontcontainer are:GITHUB_CLIENT_IDGITHUB_CLIENT_SECRETMeanwhile, the environment variables defined for the
githubcontainer are:GITHUB_CLIENTIDGITHUB_CLIENT_SECRETGiven that "OAuth Apps" and other "Apps" in Github are treated separately, I assume that these refer to two different apps. Therefore, it makes sense to keep the variables named separately and not overlapping as they do with
GITHUB_CLIENT_SECRET. I've renamed them appropriately in my .env file and have adjusted the compose.yml file to handle the new names. Now, let's see if it works, I'll post updates here :)