Skip to content

Commit

Permalink
fix env name + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Jul 30, 2024
1 parent 70c153a commit 3c45907
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TELEGRAM_BOT_TOKEN= #token from telegram bot (complete)
TELEGRAM_BOT_NAME= #name from telegram bot
SERVER_HOST_URL= # get URL from running ngrok http 5005
PRIVATE_KEY_FILE_NAME=privateKey.pem
WEB3AUTH_VERIFIER_ID=w3a-telegram-oauth-demo #create a verifier at https://dashboard.web3auth.io
6 changes: 3 additions & 3 deletions single-factor-auth-node/telegram-oauth-connection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ npm install
3. Create a `.env` file in the project root and set the following variables:

```env
TELEGRAM_APP_TOKEN=#token from telegram bot (complete)
TELEGRAM_APP_NAME=#name from telegram bot
SERVER_HOST_URL=# get URL from running ngrok http 5005
TELEGRAM_BOT_TOKEN= #token from telegram bot (complete)
TELEGRAM_BOT_NAME= #name from telegram bot
SERVER_HOST_URL= # get URL from running ngrok http 5005
PRIVATE_KEY_FILE_NAME=privateKey.pem
WEB3AUTH_VERIFIER_ID=w3a-telegram-oauth-demo #create a verifier at https://dashboard.web3auth.io
```
Expand Down

0 comments on commit 3c45907

Please sign in to comment.