Dotclear

Changeset 3789:c56696e8c859


Ignore:
Timestamp:
08/05/18 15:41:47 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add optional config variables in configuration file sample

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/config.php.in

    r3731 r3789  
    4242define('DC_SESSION_NAME', 'dcxd'); 
    4343 
     44// Session TTL 
     45//define('DC_SESSION_TTL','120 seconds'); 
     46 
    4447// Plugins root 
    4548define('DC_PLUGINS_ROOT', dirname(__FILE__) . '/../plugins'); 
     
    5356// Cryptographic algorithm 
    5457define('DC_CRYPT_ALGO', 'sha512'); 
     58 
     59// Vendor name 
     60//define('DC_VENDOR_NAME', 'Dotclear'); 
     61 
     62// Do not check for update 
     63//define('DC_NOT_UPDATE', false); 
     64 
     65// Update URL 
     66//define('DC_UPDATE_URL','http://download.dotclear.org/versions.xml'); 
     67 
     68// Update channel (stable, unstable, testing) 
     69//define('DC_UPDATE_VERSION', 'stable'); 
     70 
     71// Proxy config 
     72//define('HTTP_PROXY_HOST','127.0.0.1'); 
     73//define('HTTP_PROXY_PORT','8080'); 
     74 
     75// Show hidden media dirs 
     76//define('DC_SHOW_HIDDEN_DIRS', false); 
    5577 
    5678// If you have PATH_INFO issue, uncomment following lines 
Note: See TracChangeset for help on using the changeset viewer.

Sites map