Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VJBots authored Jul 31, 2024
1 parent eb2fabf commit 1e8954b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def is_enabled(value, default):
VERIFY_MODE = bool(environ.get('VERIFY_MODE', False)) # Set True or False

# If Verify Mode Is True Then Fill All Required Variable, If False Then Don't Fill.
SHORTLINK_API = environ.get("SHORTLINK_API", "api.shareus.io") # shortlink api
SHORTLINK_URL = environ.get("SHORTLINK_URL", "hRPS5vvZc0OGOEUQJMJzPiojoVK2") # shortlink domain without https://
SHORTLINK_API = environ.get("SHORTLINK_API", "mdiskshortner.link") # shortlink api
SHORTLINK_URL = environ.get("SHORTLINK_URL", "3b7a8dce513caec8dcacf73a78630876cf1720f6") # shortlink domain without https://
VERIFY_TUTORIAL = environ.get("VERIFY_TUTORIAL", "https://t.me/How_To_Open_Linkl") # how to open link

# Website Info:
Expand Down

0 comments on commit 1e8954b

Please sign in to comment.