18 lines
787 B
YAML
18 lines
787 B
YAML
# This config file is automatically loaded into `self.config` class instance variable.
|
|
# I recommend storing information like any de-obfuscated keys, base hosts, endpoints,
|
|
# or other such configuration data.
|
|
|
|
endpoints:
|
|
anon_auth_url : "https://auth.joyn.de/auth/anonymous"
|
|
auth_url: "https://auth.7pass.de/authz-srv/authz"
|
|
token_url: "https://auth.joyn.de/auth/7pass/token"
|
|
redirect_uri: "https://www.joyn.de/oauth"
|
|
graphql_url: "https://api.joyn.de/graphql"
|
|
entitlement: "https://entitlement.p7s1.io/api/user/entitlement-token"
|
|
playout: "https://api.vod-prd.s.joyn.de/v1/asset/{content_id}/playlist"
|
|
|
|
client:
|
|
id: "655e06a5-829b-40c7-8084-077b87d26f8c"
|
|
anon_device_id: "dfd6d99e-1766-4134-932f-b1adcce5b764"
|
|
name: "web"
|
|
api_key: "4f0fd9f18abbe3cf0e87fdb556bc39c8" |