18 lines
804 B
YAML
18 lines
804 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.at/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: "ae892ce5-8920-4f38-b272-af7d1e242579"
|
|
anon_device_id: "bb4f9c4c-82ca-486d-8eb5-8aaf772df93c"
|
|
name: "web"
|
|
api_key: "4f0fd9f18abbe3cf0e87fdb556bc39c8" |