summaryrefslogtreecommitdiff
path: root/src/config.php
blob: 188b7bb760d36d42aec62184c836d743f7bdde6b (plain)
1
2
3
4
5
<?php
// DATABASE
define("DB_USER", "kochan");
define("DB_PASS", "kochan");
define("DB_URL", "mysql:host=localhost;dbname=tinyemotes;port=3306");