mirror of
https://github.com/norohind/FDEV-CAPI-Handler.git
synced 2025-06-07 19:03:21 +03:00
fix no REDIRECT_URL in env (for tokens consuming only)
This commit is contained in:
parent
2e04c92402
commit
2719d804eb
@ -10,7 +10,7 @@ log_level = os.getenv('LOG_LEVEL', 'DEBUG').upper()
|
|||||||
|
|
||||||
access_key = os.getenv('access_key')
|
access_key = os.getenv('access_key')
|
||||||
|
|
||||||
REDIRECT_URL = requests.utils.quote(os.getenv('REDIRECT_URL'))
|
REDIRECT_URL = requests.utils.quote(os.getenv('REDIRECT_URL', ''))
|
||||||
AUTH_URL = 'https://auth.frontierstore.net/auth'
|
AUTH_URL = 'https://auth.frontierstore.net/auth'
|
||||||
TOKEN_URL = 'https://auth.frontierstore.net/token'
|
TOKEN_URL = 'https://auth.frontierstore.net/token'
|
||||||
PROPER_USER_AGENT = 'EDCD-a31-0.2'
|
PROPER_USER_AGENT = 'EDCD-a31-0.2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user