summaryrefslogtreecommitdiff
path: root/src/config.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-22 14:16:52 +0500
committerilotterytea <iltsu@alright.party>2025-04-22 14:18:19 +0500
commitf3bc9fd394e9efc8cc9c6408c6e94d539f05c452 (patch)
treec1e6ca85ef14007944b2d06c968139963157a2a2 /src/config.php
parentaad9ffc2c02ccce9098558503e130e4cc9fc35b3 (diff)
feat: ratings
Diffstat (limited to 'src/config.php')
-rw-r--r--src/config.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/config.php b/src/config.php
index 188b7bb..2752566 100644
--- a/src/config.php
+++ b/src/config.php
@@ -2,4 +2,10 @@
// 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
+define("DB_URL", "mysql:host=localhost;dbname=tinyemotes;port=3306");
+
+// RATINGS
+define("RATING_NAMES", [
+ "-1" => "COAL",
+ "1" => "GEM",
+]); \ No newline at end of file