1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00

Removed API keys from project

This commit is contained in:
Anson 2019-06-09 14:27:53 -07:00
parent 7775bdc70a
commit 381ecf3bf1

View File

@ -93,8 +93,8 @@ Then run the bot using your API keys.
```
docker run --detach \
-e TELEGRAM=746244453:AAEpsL3Vjq578keKD0SJH4dCxFHmObBpGkw \
-e IEX=sk_a5712328bee74c9ca059121cfe0e6432 \
-e TELEGRAM=TELEGRAM_API \
-e IEX=IEX_API \
simple-telegram-bot
```