news_fr / extract_news /config.py
eckendoerffer's picture
Upload 17 files
fc9c13b
raw
history blame
146 Bytes

# Database configuration
DB_CONFIG = {
"user": "[user]",
"password": "[passwd]",
"host": "[host]",
"database": "[database]"
}