]> jfr.im git - uguu.git/commitdiff
Update config.template.php
authorEric Johansson (neku) <redacted>
Sat, 14 May 2016 20:30:21 +0000 (22:30 +0200)
committerEric Johansson (neku) <redacted>
Sat, 14 May 2016 20:30:21 +0000 (22:30 +0200)
includes/config.template.php

index 4178ee2a338687e98ab60f3dabf5e651d1596b18..9bea70f3f7810f56d632e8a133f0e42c560735ad 100644 (file)
@@ -1,6 +1,11 @@
 <?php
 //This is the configuration file for Uguu Temp File Sharing system
 define("CONFIG_ROOT_URL", "http://path.to.uguu");
+//Enable this if you use a subdomain for serving uploaded files
+define("CONFIG_SUBUPLOAD_URL_ENABLED", "false");
+//Only define this if the above is set to true
+define("CONFIG_SUBUPLOAD_URL", "http://a.uguu.se");
+//Path to uploaded files
 define("CONFIG_FILES_PATH", "/path/to/uguu/public/files/");
 define("CONFIG_ROOT_PATH", "/path/to/uguu/");
 define("CONFIG_MAX_RETENTION_TIME", "60"); //Max retention time in minutes