feat: new secrets
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
const { defineSecret } = require('firebase-functions/params')
|
||||
|
||||
const GEMINI_API_KEY = defineSecret('GEMINI_API_KEY')
|
||||
const SUNO_API_KEY = defineSecret('SUNO_API_KEY')
|
||||
const RESEND_API_KEY = defineSecret('RESEND_API_KEY')
|
||||
const STRIPE_SECRET_KEY = defineSecret('STRIPE_SECRET_KEY')
|
||||
const STRIPE_WEBHOOK_SECRET = defineSecret('STRIPE_WEBHOOK_SECRET')
|
||||
|
||||
module.exports = {
|
||||
GEMINI_API_KEY,
|
||||
SUNO_API_KEY,
|
||||
RESEND_API_KEY,
|
||||
STRIPE_SECRET_KEY,
|
||||
STRIPE_WEBHOOK_SECRET,
|
||||
}
|
||||
Reference in New Issue
Block a user