# config.py

import os

DATABASE_URL = os.getenv("DATABASE_URL", "postgresql+psycopg2://chatbot_user:your_password@localhost:5432/chatbot_db")
