
class Config:
    SECRET_KEY =  'odamshav'
    SQLALCHEMY_DATABASE_URI = 'postgresql://postgres:1234@localhost/ecg_monitoring'
    SQLALCHEMY_TRACK_MODIFICATIONS = False

