some uat crdentials commented for uat
This commit is contained in:
parent
8ce8b2a659
commit
a2013e27a5
@ -337,7 +337,7 @@ class GoogleSecretManagerService {
|
|||||||
private getDefaultSecretNames(): string[] {
|
private getDefaultSecretNames(): string[] {
|
||||||
return [
|
return [
|
||||||
// Database
|
// Database
|
||||||
'DB_PASSWORD',
|
//'DB_PASSWORD',
|
||||||
|
|
||||||
// JWT & Session
|
// JWT & Session
|
||||||
'JWT_SECRET',
|
'JWT_SECRET',
|
||||||
@ -345,9 +345,9 @@ class GoogleSecretManagerService {
|
|||||||
'SESSION_SECRET',
|
'SESSION_SECRET',
|
||||||
|
|
||||||
// Okta/SSO
|
// Okta/SSO
|
||||||
'OKTA_CLIENT_ID',
|
//'OKTA_CLIENT_ID',
|
||||||
'OKTA_CLIENT_SECRET',
|
//'OKTA_CLIENT_SECRET',
|
||||||
'OKTA_API_TOKEN',
|
//'OKTA_API_TOKEN',
|
||||||
|
|
||||||
// Email
|
// Email
|
||||||
'SMTP_HOST',
|
'SMTP_HOST',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user