first commit

This commit is contained in:
Mateusz Gruszczyński
2025-05-16 11:34:01 +02:00
commit c28049d2cf
5 changed files with 339 additions and 0 deletions

8
.env.example Normal file
View File

@ -0,0 +1,8 @@
# Database connection
DB_HOST=localhost
DB_USER=drupal
DB_PASSWORD=haslo
DB_NAME=drupal6
# Path to Drupal installation (used by delete_user.php)
DRUPAL_PATH=/var/www/drupal