wio
This commit is contained in:
4
streams/config.py
Normal file
4
streams/config.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os
|
||||
|
||||
MEILISEARCH_HOST: str = os.getenv('MEILISEARCH_HOST') # type: ignore
|
||||
MEILISEARCH_API_KEY: str = os.getenv('MEILISEARCH_API_KEY') # type: ignore
|
||||
Reference in New Issue
Block a user