add
This commit is contained in:
4
users-events/app/config.py
Normal file
4
users-events/app/config.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os
|
||||
|
||||
USER_TABLE: str = os.getenv('USER_TABLE') # type: ignore
|
||||
CHUNK_SIZE = 50
|
||||
Reference in New Issue
Block a user