remove first version of service broker
This commit is contained in:
parent
9d114fff77
commit
8c885b2b24
12 changed files with 0 additions and 226 deletions
|
|
@ -60,7 +60,6 @@ INSTALLED_APPS = [
|
|||
"schema_viewer",
|
||||
# local
|
||||
"hub.services",
|
||||
"hub.servicebroker",
|
||||
]
|
||||
if DEBUG:
|
||||
INSTALLED_APPS += ["django_browser_reload"]
|
||||
|
|
@ -184,13 +183,6 @@ BROKER_USERNAME = env.str("BROKER_USERNAME", default="broker")
|
|||
BROKER_PASSWORD = env.str("BROKER_PASSWORD", default="secret")
|
||||
BASE_URL = "https://your-domain.com"
|
||||
|
||||
REST_FRAMEWORK = {
|
||||
"DEFAULT_AUTHENTICATION_CLASSES": [
|
||||
"hub.servicebroker.authentication.ServiceBrokerAuthentication",
|
||||
],
|
||||
"UNAUTHENTICATED_USER": None,
|
||||
}
|
||||
|
||||
SCHEMA_VIEWER = {
|
||||
"apps": [
|
||||
"services",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue