web-ft/conf/config.sample.php

6 lines
199 B
PHP

<?php
define('_DATA_DIR','data');
define('_HTTP_PROTO','http');
define('_HTTP_DOMAIN','localhost:8080'); // domain/IP with port if needed
define('_HTTP_PATH','/');
?>