web-ft/conf/config.sample.php

8 lines
290 B
PHP
Raw Normal View History

2019-04-28 15:27:55 +02:00
<?php
define('_DATA_DIR','data');
define('_HTTP_PROTO','http');
define('_HTTP_DOMAIN','localhost:8080'); // domain/IP with port if needed
define('_HTTP_PATH','/');
define('_SIZE_LIMIT','2000000'); // in bytes
2019-10-23 17:22:25 +02:00
define('_PRETTY_URL', false);
2019-04-28 15:27:55 +02:00
?>