Event-CRUD-Flask-python3-API/config.py

2 lines
65 B
Python
Raw Normal View History

class Config:
SQLALCHEMY_DATABASE_URI = 'sqlite:///events.db'