# Database Configuration

1. to change configuration please see **includes/config.php** file
2. you must edit this data with your own data.

{% code title="includes/config.php" %}

```php
//database configuration
$host       = "localhost";
$user       = "root";
$pass       = "";
$database   = "wallpaper_db";
```

{% endcode %}
