2023-04-14 04:49:31 +00:00
|
|
|
# openai
|
|
|
|
# your api key from https://platform.openai.com/account/api-keys
|
|
|
|
OPENAI_API_KEY=
|
|
|
|
|
|
|
|
# pinecone
|
|
|
|
# your api key from left menu "API Keys" in https://app.pinecone.io
|
|
|
|
PINECONE_API_KEY=your_pinecone_api_key_here
|
|
|
|
# your pinecone environment from left menu "API Keys" in https://app.pinecone.io
|
2023-04-21 20:01:33 +00:00
|
|
|
PINECONE_ENVIRONMENT=us-west4-gcp
|
|
|
|
|
|
|
|
|
|
|
|
# jira
|
|
|
|
# your api token from https://id.atlassian.com/manage-profile/security/api-tokens
|
|
|
|
# more details here: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
|
|
|
|
# JIRA_API_TOKEN=your_jira_api_token_here
|
|
|
|
# JIRA_USERNAME=your_jira_username_here
|
|
|
|
# JIRA_INSTANCE_URL=your_jira_instance_url_here
|