-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hendrik Schicke
committed
Oct 17, 2021
1 parent
1f91b40
commit ffe2ebb
Showing
4 changed files
with
46 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,12 +115,12 @@ Logging_detail = 'simple' # detailed, moderate, simple. Recommended: simple. | |
Safety_multiple_on_transaction_fees = 3 # Multiplier for Anchor Borrow, Repay, Deposit. So you will have a bit of UST in your wallet left for future transactions. | ||
|
||
# NOTIFICATION SETUP | ||
TELEGRAM_TOKEN = os.environ.get('TELEGRAM_TOKEN', 'Your Bot Token here') # See readme.md how to get this. | ||
TELEGRAM_CHAT_ID = os.environ.get('TELEGRAM_CHAT_ID', 'Your Chat ID here') # See readme.md how to get this. | ||
TELEGRAM_TOKEN = os.environ.get('TELEGRAM_TOKEN', '2021362648:yatqcHqDhGLU-z-XPNCDLHDVVQXZMDVFQXW') # See readme.md how to get this. | ||
TELEGRAM_CHAT_ID = os.environ.get('TELEGRAM_CHAT_ID', '1386432285') # See readme.md how to get this. | ||
SLACK_WEBHOOK_URL = os.environ.get('SLACK_WEBHOOK_URL', 'Your Webhook here') # See readme.md how to get this. | ||
|
||
GMAIL_APP_PASSWORD = 'Your app password here' # See readme.md how to get this. | ||
GMAIL_ACCOUNT = 'Your full Gmail address here' # Your Gmail address you use for logging into your account. | ||
GMAIL_APP_PASSWORD = 'cjutfanqprdodiby' # See readme.md how to get this. | ||
GMAIL_ACCOUNT = '[email protected]' # Your Gmail address you use for logging into your account. | ||
EMAIL_SUBJECT = 'Terra One-Stop-Bot' | ||
EMAIL_FROM = GMAIL_ACCOUNT # Normally the same as your main Gmail address. | ||
EMAIL_TO = GMAIL_ACCOUNT # Normally the same as your main Gmail address. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters