Ajouter src/.htconfig.php
This commit is contained in:
23
src/.htconfig.php
Normal file
23
src/.htconfig.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
define('NAMESPACE_SEPARATOR', '\\');
|
||||
define('Z_ROOT', dirname(__FILE__));
|
||||
define('Z_PATH', dirname(__FILE__));
|
||||
define('Z_CONFIG', dirname(__FILE__));
|
||||
define('Z_DATA', 'store');
|
||||
|
||||
$db_host = 'db'; // à ajuster si besoin
|
||||
$db_port = 3306;
|
||||
$db_user = 'hubzilla';
|
||||
$db_pass = 'hubzilla_pass';
|
||||
$db_data = 'hubzilla';
|
||||
|
||||
$default_timezone = 'Europe/Paris';
|
||||
|
||||
$hostname = '{{DOMAIN}}';
|
||||
$directory = '';
|
||||
$site_location = 'https://{{DOMAIN}}/';
|
||||
$admin_email = '{{ADMIN_EMAIL}}';
|
||||
$site_id = '{{LOCATION_HASH}}';
|
||||
|
||||
define('MYSQL_AVAILABLE', true);
|
||||
Reference in New Issue
Block a user