You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
thukaramvh
changed the title
what all the environment values should have?
what all the environment sample values should have?
Aug 8, 2024
thukaramvh
changed the title
what all the environment sample values should have?
what all the environment sample values should have to run and test?
Aug 8, 2024
const PRIVATEKEY = process.env.PRIVATEKEY;
const serviceAccount = {
type: process.env.TYPE,
project_id: process.env.PROJECTID,
private_key_id: process.env.PROJECTKEYID,
private_key: PRIVATEKEY.replace(/\n/g, "\n"),
client_email: process.env.CLIENTEMAIL,
client_id: process.env.CLIENTID,
auth_uri: process.env.AUTHURI,
token_uri: process.env.TOKENURI,
auth_provider_x509_cert_url: process.env.AUTHPROVIDERX509CERTURL,
client_x509_cert_url: process.env.CLIENTX509CERTURL,
};
The text was updated successfully, but these errors were encountered: