We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b269dc commit 5bf26f7Copy full SHA for 5bf26f7
server/env/env.go
@@ -118,6 +118,10 @@ func InitEnv() {
118
}
119
120
121
+ if envData.StringEnv[constants.EnvKeyCustomAccessTokenScript] == "" {
122
+ envData.StringEnv[constants.EnvKeyCustomAccessTokenScript] = os.Getenv(constants.EnvKeyCustomAccessTokenScript)
123
+ }
124
+
125
if envData.StringEnv[constants.EnvKeyJwtPrivateKey] == "" {
126
envData.StringEnv[constants.EnvKeyJwtPrivateKey] = os.Getenv(constants.EnvKeyJwtPrivateKey)
127
0 commit comments