Skip to content

Commit

Permalink
Update and rename heroku_config.py to makibot_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mzfshark authored Sep 15, 2021
1 parent fec5dc0 commit 163e5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heroku_config.py → makibot_config.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import os

class Var(object):
APP_ID = int(os.environ.get("APP_ID", 6))
APP_ID = int(os.environ.get("APP_ID", 7154847))
# 6 is a placeholder
API_HASH = os.environ.get("API_HASH", "b6847777be497260207564551ff319fb")
STRING_SESSION = os.environ.get("STRING_SESSION", None)
DB_URI = os.environ.get("DATABASE_URL", None)
DB_URI = os.environ.get("DATABASE_URL", postgresql://makibot:Padrao123#@localhost:5432/makiswap)
TEMP_DOWNLOAD_DIRECTORY = os.environ.get("TEMP_DOWNLOAD_DIRECTORY", None)
LOGGER = True
GITHUB_ACCESS_TOKEN = os.environ.get("GITHUB_ACCESS_TOKEN", None)
Expand Down

0 comments on commit 163e5d6

Please sign in to comment.