Skip to content

Commit

Permalink
chore(community): Add .env examples for jira document loader
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiorgino-iobeya committed Nov 29, 2024
1 parent 359518c commit bc1f3b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,8 @@ FRIENDLI_TEAM=ADD_YOURS_HERE # https://suite.friendli.ai/
HANA_HOST=HANA_DB_ADDRESS
HANA_PORT=HANA_DB_PORT
HANA_UID=HANA_DB_USER
HANA_PWD=HANA_DB_PASSWORD
HANA_PWD=HANA_DB_PASSWORD
JIRA_HOST=ADD_YOURS_HERE
JIRA_USERNAME=ADD_YOURS_HERE
JIRA_ACCESS_TOKEN=ADD_YOURS_HERE
JIRA_PROJECT_KEY=ADD_YOURS_HERE
4 changes: 4 additions & 0 deletions libs/langchain-community/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
JIRA_HOST=ADD_YOURS_HERE
JIRA_USERNAME=ADD_YOURS_HERE
JIRA_ACCESS_TOKEN=ADD_YOURS_HERE
JIRA_PROJECT_KEY=ADD_YOURS_HERE

0 comments on commit bc1f3b9

Please sign in to comment.