diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-20 16:06:19 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-20 16:06:19 +0500 |
| commit | 5fc857449011f76ed7677aad40576790310d23e1 (patch) | |
| tree | a8bbff085c1cd83d5070c1bf4c013e79cfe8f938 /src/config.php | |
| parent | 10cde47798f2a7b10a84a22f53aeddab1ceea720 (diff) | |
feat: moved from SQLite to MySQL
Diffstat (limited to 'src/config.php')
| -rw-r--r-- | src/config.php | 5 |
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 |
