summaryrefslogtreecommitdiff
path: root/src/config.sample.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-05 00:46:17 +0500
committerilotterytea <iltsu@alright.party>2025-05-05 00:46:17 +0500
commit91efe9a465df0a6647fbb0f7c5643be89cdcc7e1 (patch)
treee46c5bc90990e4f668ac426999cf013913e798ef /src/config.sample.php
parent9416f30bc9386b15e525cafaae8031d02c073b93 (diff)
feat: custom static
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 5962a20..f1c3a45 100644
--- a/src/config.sample.php
+++ b/src/config.sample.php
@@ -1,6 +1,7 @@
<?php
// INSTANCE
define("INSTANCE_NAME", "TinyEmotes");
+define("INSTANCE_STATIC_FOLDER", "static"); // Static folder. Used only in /404.php.
// DATABASE
define("DB_USER", "ENTER_DATABASE_USER"); // Database user. MANDATORY!