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

5 lines
135 B
Python

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