LambdaTest / test-at-scale-scripts

Apache License 2.0
6 stars 8 forks source link

Document how to create .env file #3

Open saurabh-prakash opened 2 years ago

saurabh-prakash commented 2 years ago

.env.sample file contains the key-value pairs of env variables that should be mentioned to bring TestAtScale up locally. However, we need to document how each of the following secrets can be generated for usage in .env file.

db_pass=password                # ability to change and have it configurable
azure_acc_name=<azure-acc-name>                # document how to create an azure account
azure_acc_key=<azure-acc-key>                # document how to create an azure account
gitlab_client_id=<gitlab-client-id>                # document or link how to create and use gitlab oauth client
gitlab_client_secret=<gitlab-client-secret>                # document or link how to create and use gitlab oauth client
bitbucket_client_id=<bitbucket-client-id>                # document or link how to create and use bitbucket oauth client
bitbucket_client_secret=<bitbucket-client-secret>                # document or link how to create and use bitbucket oauth client>
github_app_app_name=<github-app-app-name>                # document or link how to create and use github app
github_app_app_id=<github-app-app-id>                # document or link how to create and use github app
github_app_client_id=<github-app-client-id>                # document or link how to create and use github app
github_app_client_secret=<github-app-client-secret>                # document or link how to create and use github app
github_app_private_key=<github-app-private-key>                # document or link how to create and use github app
shikhar13012001 commented 2 years ago

I would like to work on this issue @saurabh-prakash @SparshKesari ,Can you assign this to me?

SparshKesari commented 2 years ago

Hey @shikhar13012001, assigned ✅

AshwiniDR1802 commented 2 years ago

I am willing to submit a PR!

zameel7 commented 2 years ago

I would like to contribute on the Github part of the document