mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2026-03-03 15:10:50 +01:00
Add sentry
This commit is contained in:
8
app/config.py
Normal file
8
app/config.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseSettings
|
||||
|
||||
|
||||
class EnvConfig(BaseSettings):
|
||||
SENTRY_DSN: str
|
||||
|
||||
|
||||
env_config = EnvConfig()
|
||||
Reference in New Issue
Block a user