summaryrefslogtreecommitdiff
path: root/src/config.sample.php
diff options
context:
space:
mode:
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 7478be6..9a50d2d 100644
--- a/src/config.sample.php
+++ b/src/config.sample.php
@@ -49,6 +49,7 @@ 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_PUBLIC_LIST", true); // The public list of accounts.
+define("ACCOUNT_LOG_ACTIONS", true); // Log user's actions (emote addition, etc.).
// TWITCH
define("TWITCH_REGISTRATION_ENABLE", false); // Enable account registration via Twitch.