Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipak2988 authored Aug 8, 2024
1 parent 2901cf1 commit 48f5a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def is_enabled(value, default):

# Shortlink Info
SHORTLINK_MODE = bool(environ.get('SHORTLINK_MODE', True))
SHORTLINK_URL = environ.get('SHORTLINK_URL', 'offerlinks.in')
SHORTLINK_API = environ.get('SHORTLINK_API', 'b8d020926d2f269b665098109d9eea658f040676')
SHORTLINK_URL = environ.get('SHORTLINK_URL', 'primeurl.in')
SHORTLINK_API = environ.get('SHORTLINK_API', 'b57eff008bb6510536e694464e37d477f30dd7d5')

# Others
MAX_B_TN = environ.get("MAX_B_TN", "5")
Expand Down

0 comments on commit 48f5a86

Please sign in to comment.