summaryrefslogtreecommitdiff
path: root/src/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.php')
-rw-r--r--src/config.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.php b/src/config.php
new file mode 100644
index 0000000..188b7bb
--- /dev/null
+++ b/src/config.php
@@ -0,0 +1,5 @@
+<?php
+// DATABASE
+define("DB_USER", "kochan");
+define("DB_PASS", "kochan");
+define("DB_URL", "mysql:host=localhost;dbname=tinyemotes;port=3306"); \ No newline at end of file