first commit

This commit is contained in:
root
2025-05-24 23:00:30 +02:00
commit bb941cff43
5 changed files with 382 additions and 0 deletions

10
config.example.py Normal file
View File

@@ -0,0 +1,10 @@
# config.py
DB_CONFIG = {
'host': 'localhost',
'database': 'drupal6_db',
'user': 'drupal_user',
'password': 'secure_password',
}
FILES_BASE_PATH = '/ścieżka/do/drupala/sites/default/files/'