Skip to content

Commit ff86c30

Browse files
feat: read key from env (#1745)
1 parent 541e1f1 commit ff86c30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/custom-environment-variables.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ module.exports = {
7373
botPublicKey: "BOT_PUBLIC_KEY",
7474
},
7575

76+
cronJobHandler: {
77+
publicKey: "CRON_JOB_PUBLIC_KEY",
78+
},
79+
7680
rdsServerlessBot: {
7781
rdsServerLessPrivateKey: "RDS_SERVERLESS_PRIVATE_KEY",
7882
ttl: "RDS_SERVERLESS_TTL",

0 commit comments

Comments
 (0)