Skip to content

Commit 4626b01

Browse files
authored
Add es username, password env description
1 parent 83407be commit 4626b01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ sbt clean assembly
6868
export gw_tasks=followerWatchTask,repositoryWatchTask,reactionWatchTask # tasks
6969
export gw_user_id=${YOUR_GITHUB_USER_ID}
7070
export gw_es_endpoint=${YOUR_ES_ENDPOINT} # default: localhost:9200
71+
export gw_es_username=${YOUR_ES_USERNAME) # Optional
72+
export gw_es_password=${YOUR_ES_PASSWORD} # Optional
7173
export gw_line_bot_id=${YOUR_LINE_BOT_ID}
7274
export gw_line_channel_token=${YOUR_LINE_CHANNEL_TOKEN}
7375
export gw_github_api_token=${YOUR_GITHUB_API_TOKEN}

0 commit comments

Comments
 (0)