support-organizer/backend/src/config/db_settings.py

6 lines
135 B
Python
Raw Normal View History

# pylint: disable=too-few-public-methods
import os
class DatabaseSettings:
DATABASE_DIRECTORY = f"{os.getcwd()}/database/storage"