Skip to content

Commit cb2090d

Browse files
committed
ok
1 parent f4fda1e commit cb2090d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config/environments.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ const missingVars = [
4646
...(isEnabled(WEBHOOK_ENABLED) ? [
4747
'WEBHOOK_SECRET',
4848
] : []),
49-
'GITHUB_CLIENT_ID',
50-
'GITHUB_CLIENT_SECRET',
51-
'AWS_ACCESS_KEY_ID',
52-
'AWS_SECRET_ACCESS_KEY',
49+
//'GITHUB_CLIENT_ID',
50+
//'GITHUB_CLIENT_SECRET',
51+
//'AWS_ACCESS_KEY_ID',
52+
//'AWS_SECRET_ACCESS_KEY',
5353
].filter(variable => process.env[variable] === undefined);
5454
if (missingVars.length) throw new Error(`The following environment variables are missing: ${missingVars.join(', ')}`);
5555

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy