add user if exists on konviva
This commit is contained in:
6
konviva-events/config.py
Normal file
6
konviva-events/config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
USER_TABLE: str = os.getenv('USER_TABLE') # type: ignore
|
||||
|
||||
KONVIVA_API_URL: str = os.getenv('KONVIVA_API_URL') # type: ignore
|
||||
KONVIVA_SECRET_KEY: str = os.getenv('KONVIVA_SECRET_KEY') # type:ignore
|
||||
Reference in New Issue
Block a user