summaryrefslogtreecommitdiff
path: root/src/config.sample.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-14 21:40:06 +0500
committerilotterytea <iltsu@alright.party>2025-05-14 21:42:03 +0500
commit4e29d4041e7cf254041e22d2052e94a7c53c9066 (patch)
tree456bab310bf572bd562fb0c0f269cc0f4f44ab78 /src/config.sample.php
parentef2129093b31c488b17d90cf35fab5f46ba436b5 (diff)
feat: personal badges
Diffstat (limited to 'src/config.sample.php')
-rw-r--r--src/config.sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.sample.php b/src/config.sample.php
index 5e57ef6..d6114b5 100644
--- a/src/config.sample.php
+++ b/src/config.sample.php
@@ -50,6 +50,7 @@ define("ACCOUNT_PASSWORD_MIN_LENGTH", 10); // Minimal length for passwords.
define("ACCOUNT_SECRET_KEY_LENGTH", 32); // The length for secret keys.
define("ACCOUNT_PFP_MAX_SIZE", [128, 128]); // Max dimensions for account pictures.
define("ACCOUNT_BANNER_MAX_SIZE", [1920, 1080]); // Max dimensions for account banners.
+define("ACCOUNT_BADGE_MAX_SIZE", [72, 72]); // Max dimensions for account badges.
define("ACCOUNT_PUBLIC_LIST", true); // The public list of accounts.
define("ACCOUNT_LOG_ACTIONS", true); // Log user's actions (emote addition, etc.).