forked from gitbot/uguu
Update config.template.php
This commit is contained in:
parent
68c573a695
commit
ecaf208490
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user