Add telemetry support from via Judd
This commit is contained in:
parent
536eeedff5
commit
227002a9ef
19 changed files with 4110 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ from cryptography.fernet import Fernet
|
|||
|
||||
class Settings(BaseSettings):
|
||||
port: int = 5000
|
||||
judd_port: int = 4000
|
||||
db_url: str
|
||||
fernet_key: str
|
||||
cookie_httponly: bool = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue