IoT-Flask-Webserver / config.py
Teapack1's picture
Upload 8 files
b52caaa
raw
history blame contribute delete
93 Bytes
class Config:
SQLALCHEMY_DATABASE_URI = 'sqlite:///devices.db'
# Other configurations