mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Changes CAPI CLIENT_ID to one under Athanasius' Frontier account
This commit is contained in:
parent
53bbeca12b
commit
886c5740e5
@ -23,7 +23,9 @@ holdoff = 60 # be nice
|
|||||||
timeout = 10 # requests timeout
|
timeout = 10 # requests timeout
|
||||||
auth_timeout = 30 # timeout for initial auth
|
auth_timeout = 30 # timeout for initial auth
|
||||||
|
|
||||||
CLIENT_ID = os.getenv('CLIENT_ID') or '227cd239-ab8c-4728-9d3c-d8f588f247bd' # Obtain from https://auth.frontierstore.net/client/signup
|
# Currently the "Elite Dangerous Market Connector (EDCD/Athanasius)" one in
|
||||||
|
# Athanasius' Frontier account
|
||||||
|
CLIENT_ID = os.getenv('CLIENT_ID') or 'fb88d428-9110-475f-a3d2-dc151c2b9c7a' # Obtain from https://auth.frontierstore.net/client/signup
|
||||||
SERVER_AUTH = 'https://auth.frontierstore.net'
|
SERVER_AUTH = 'https://auth.frontierstore.net'
|
||||||
URL_AUTH = '/auth'
|
URL_AUTH = '/auth'
|
||||||
URL_TOKEN = '/token'
|
URL_TOKEN = '/token'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user