Skip to content

Commit

Permalink
change env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
salko-ua committed Jan 2, 2024
1 parent 18a2360 commit 7cdb97a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import os

TOKEN = os.environ["TEST_TOKEN"]
PROVIDER_TOKEN = os.environ["PROVIDER_TOKEN"]
ADMINS = [2138964363, 348596474]
SECRET_KEY = os.environ["SECRET_KEY"]
ADMINS = [2138964363, 348596474]
MERCHANT_ACCOUNT = os.environ.get("MERCHANT_ACCOUNT", "t_me_48799")
MERCHANT_DOMAIN_NAME = os.environ.get(
"MERCHANT_DOMAIN_NAME", "https://t.me/info_realtor_bot"
Expand Down

0 comments on commit 7cdb97a

Please sign in to comment.