fix(api): make Typesense API key optional for local development
This commit is contained in:
parent
ca6c389349
commit
f819a1cf5f
|
@ -148,4 +148,4 @@ MIDDLEWARE = (
|
|||
"funkwhale_api.common.middleware.PymallocMiddleware",
|
||||
) + MIDDLEWARE
|
||||
|
||||
TYPESENSE_API_KEY = "apikey"
|
||||
TYPESENSE_API_KEY = env.str("TYPESENSE_API_KEY", None)
|
||||
|
|
Loading…
Reference in New Issue