cleanup
This commit is contained in:
parent
78e7937c0d
commit
025c87216d
1 changed files with 3 additions and 6 deletions
|
|
@ -4,17 +4,14 @@ BOOKING_API_BASE = "https://b.anny.eu/api/v1"
|
||||||
CHECKOUT_FORM_API = "https://b.anny.eu/api/ui/checkout-form"
|
CHECKOUT_FORM_API = "https://b.anny.eu/api/ui/checkout-form"
|
||||||
RESOURCE_URL = f"{BOOKING_API_BASE}/resources/1-lehrbuchsammlung-eg-und-1-og/children"
|
RESOURCE_URL = f"{BOOKING_API_BASE}/resources/1-lehrbuchsammlung-eg-und-1-og/children"
|
||||||
SERVICE_ID = "601"
|
SERVICE_ID = "601"
|
||||||
# SERVICE_ID = "449"
|
|
||||||
#RESOURCE_ID = None # "5957" # Will be set dynamically if None, else use the given ID
|
|
||||||
#RESOURCE_ID =15994
|
|
||||||
RESOURCE_ID =15502 #17 best
|
|
||||||
#RESOURCE_ID =15883 #66 second best
|
|
||||||
#RESOURCE_ID =16264
|
|
||||||
# RESOURCE_ID = None # "5957" # Will be set dynamically if None, else use the given ID
|
# RESOURCE_ID = None # "5957" # Will be set dynamically if None, else use the given ID
|
||||||
# INFO: resource ID is seat
|
# INFO: resource ID is seat
|
||||||
# RESOURCE_ID =15994 # 91 height adjustable desk
|
# RESOURCE_ID =15994 # 91 height adjustable desk
|
||||||
# RESOURCE_ID =16402 # 222 study room
|
# RESOURCE_ID =16402 # 222 study room
|
||||||
|
# RESOURCE_ID =15883 #66 second best
|
||||||
RESOURCE_ID =15502 # 17 cool snipe with view
|
RESOURCE_ID =15502 # 17 cool snipe with view
|
||||||
|
|
||||||
TIMEZONE = "Europe/Berlin"
|
TIMEZONE = "Europe/Berlin"
|
||||||
# SSO_PROVIDER = "kit" # Available: kit (add more in auth/providers/)
|
# SSO_PROVIDER = "kit" # Available: kit (add more in auth/providers/)
|
||||||
SSO_PROVIDER = "tum" # Available: kit (add more in auth/providers/)
|
SSO_PROVIDER = "tum" # Available: kit (add more in auth/providers/)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue