from os import path APP_DIR = path.dirname(__file__) DB = "khanindexer" DB_HOST = "127.0.0.1" DB_PORT = "5432" DB_USER = "root" DB_PASS = "root"