Dotclear 2.24
Loading...
Searching...
No Matches
config.php File Reference

Namespaces

namespace  Dotclear
 Authentication and user credentials management.
 

Variables

const DC_VENDOR_NAME 'DB : dc2'
 
const DC_DBDRIVER \mysqli::class
 
const DC_DBHOST 'localhost'
 
const DC_DBUSER 'root'
 
const DC_DBPASSWORD 'root'
 
const DC_DBNAME 'dc2'
 
const DC_DBPREFIX 'dc_'
 
const DC_MASTER_KEY 'Le petit bonhomme en mousse'
 
const DC_ADMIN_MAILFROM 'contact+dotclear@open-time.net'
 
if(getenv('DC_HTTPS')===false||getenv('DC_HTTPS')==='1') else
 
const DC_ADMIN_SSL false
 
const DC_SESSION_NAME 'dcxd-dc2-git-std'
 
const DC_HTTP2 true
 
const DC_CRYPT_ALGO 'sha512'
 
const DC_PLUGINS_ROOT __DIR__ . '/../plugins' . PATH_SEPARATOR . __DIR__ . '/../../git-plugins'
 
const DC_TPL_CACHE __DIR__ . '/../cache'
 
const DC_VAR __DIR__ . '/../var'
 
const DC_DBPERSIST false
 
const DC_TRACE '/tmp/trace.txt'
 
const DC_SHOW_HIDDEN_DIRS false
 
const DC_ALLOW_REPOSITORIES true
 
const DC_QUERY_TIMEOUT 4
 
const DC_SC_CACHE_ENABLE false
 
const DC_SC_EXCLUDED_URL 'sysinfo'
 
const DC_BLOG_SHORTNAME 'default'
 
const DC_AUBERGE_FORUM_URL 'https://auberge.des-blogueurs.org/forum/'
 

Variable Documentation

◆ DC_VENDOR_NAME

const DC_VENDOR_NAME 'DB : dc2'

◆ DC_DBDRIVER

const DC_DBDRIVER \mysqli::class

◆ DC_DBHOST

const DC_DBHOST 'localhost'

◆ DC_DBUSER

const DC_DBUSER 'root'

◆ DC_DBPASSWORD

const DC_DBPASSWORD 'root'

◆ DC_DBNAME

const DC_DBNAME 'dc2'

◆ DC_DBPREFIX

const DC_DBPREFIX 'dc_'

◆ DC_MASTER_KEY

const DC_MASTER_KEY 'Le petit bonhomme en mousse'

◆ DC_ADMIN_MAILFROM

const DC_ADMIN_MAILFROM 'contact+dotclear@open-time.net'

◆ else

if (getenv( 'DC_HTTPS')===false||getenv( 'DC_HTTPS')==='1') else
Initial value:
{
define('DC_ADMIN_URL', 'http://admin.dc2-git-std.local/')

◆ DC_ADMIN_SSL

const DC_ADMIN_SSL false

◆ DC_SESSION_NAME

const DC_SESSION_NAME 'dcxd-dc2-git-std'

◆ DC_HTTP2

const DC_HTTP2 true

◆ DC_CRYPT_ALGO

const DC_CRYPT_ALGO 'sha512'

◆ DC_PLUGINS_ROOT

const DC_PLUGINS_ROOT __DIR__ . '/../plugins' . PATH_SEPARATOR . __DIR__ . '/../../git-plugins'

◆ DC_TPL_CACHE

◆ DC_VAR

const DC_VAR __DIR__ . '/../var'

◆ DC_DBPERSIST

const DC_DBPERSIST false

◆ DC_TRACE

const DC_TRACE '/tmp/trace.txt'

◆ DC_SHOW_HIDDEN_DIRS

const DC_SHOW_HIDDEN_DIRS false

◆ DC_ALLOW_REPOSITORIES

const DC_ALLOW_REPOSITORIES true

Referenced by dcStore\check().

◆ DC_QUERY_TIMEOUT

◆ DC_SC_CACHE_ENABLE

const DC_SC_CACHE_ENABLE false

◆ DC_SC_EXCLUDED_URL

const DC_SC_EXCLUDED_URL 'sysinfo'

◆ DC_BLOG_SHORTNAME

const DC_BLOG_SHORTNAME 'default'

◆ DC_AUBERGE_FORUM_URL

const DC_AUBERGE_FORUM_URL 'https://auberge.des-blogueurs.org/forum/'