Extra environment variables to pass run Coder's server with. See Coder documentation.
Declarations
Type
attribute setDefault
{ }Example
{
CODER_OAUTH2_GITHUB_ALLOWED_ORGS = "your-org";
CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS = true;
}Extra environment variables to pass run Coder's server with. See Coder documentation.
attribute set{ }{
CODER_OAUTH2_GITHUB_ALLOWED_ORGS = "your-org";
CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS = true;
}