summaryrefslogtreecommitdiff
path: root/src/config.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-20 16:06:19 +0500
committerilotterytea <iltsu@alright.party>2025-04-20 16:06:19 +0500
commit5fc857449011f76ed7677aad40576790310d23e1 (patch)
treea8bbff085c1cd83d5070c1bf4c013e79cfe8f938 /src/config.php
parent10cde47798f2a7b10a84a22f53aeddab1ceea720 (diff)
feat: moved from SQLite to MySQL
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