config.php 435 B

12345678910111213
  1. <?php
  2. // PackIt – database configuration
  3. // Place this file ONE directory ABOVE the web-root (e.g. /var/www/config.php)
  4. // so it is never served directly by the web server.
  5. $host = 'localhost';
  6. $dbname = 'packit';
  7. $username = 'packer';
  8. $password = 'DEbWX9AHkzAgaNdLC0Qj605grG';
  9. $charset = 'utf8mb4';
  10. // Admin session secret – change to any random string
  11. define('ADMIN_SESSION_SECRET', 'fdgdffrsgjsjsrttdc4rtjuzi8edetjh');