Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what all the environment sample values should have to run and test? #16

Open
thukaramvh opened this issue Aug 8, 2024 · 1 comment
Open

Comments

@thukaramvh
Copy link

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,
};

@thukaramvh thukaramvh changed the title what all the environment values should have? what all the environment sample values should have? Aug 8, 2024
@thukaramvh 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
@thukaramvh
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant