Add a couple more secrets.
This commit is contained in:
parent
d9b94c1dcf
commit
bab3c07727
|
@ -208,6 +208,7 @@ const environment = {
|
||||||
type EnvironmentKey = keyof typeof environment
|
type EnvironmentKey = keyof typeof environment
|
||||||
export const SECRETS: EnvironmentKey[] = [
|
export const SECRETS: EnvironmentKey[] = [
|
||||||
"API_ENCRYPTION_KEY",
|
"API_ENCRYPTION_KEY",
|
||||||
|
"BB_ADMIN_USER_PASSWORD",
|
||||||
"COUCH_DB_PASSWORD",
|
"COUCH_DB_PASSWORD",
|
||||||
"COUCH_DB_SQL_URL",
|
"COUCH_DB_SQL_URL",
|
||||||
"COUCH_DB_URL",
|
"COUCH_DB_URL",
|
||||||
|
@ -217,6 +218,7 @@ export const SECRETS: EnvironmentKey[] = [
|
||||||
"JWT_SECRET",
|
"JWT_SECRET",
|
||||||
"MINIO_ACCESS_KEY",
|
"MINIO_ACCESS_KEY",
|
||||||
"MINIO_SECRET_KEY",
|
"MINIO_SECRET_KEY",
|
||||||
|
"OPENAI_API_KEY",
|
||||||
"REDIS_PASSWORD",
|
"REDIS_PASSWORD",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue