mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
remove test config
This commit is contained in:
parent
8fe606660d
commit
288af6c896
1 changed files with 0 additions and 42 deletions
|
@ -1,42 +0,0 @@
|
|||
<?php
|
||||
|
||||
// Local configuration
|
||||
|
||||
// If you're unsure about what any of the config keys below do, please check the config/defaults.config.php for detailed
|
||||
// documentation of their data type and behavior.
|
||||
|
||||
return [
|
||||
'database' => [
|
||||
'hostname' => 'localhost',
|
||||
'username' => 'friendica',
|
||||
'password' => 'friendica',
|
||||
'database' => 'friendica',
|
||||
'charset' => 'utf8mb4',
|
||||
],
|
||||
|
||||
// ****************************************************************
|
||||
// The configuration below will be overruled by the admin panel.
|
||||
// Changes made below will only have an effect if the database does
|
||||
// not contain any configuration for the friendica system.
|
||||
// ****************************************************************
|
||||
|
||||
'config' => [
|
||||
'php_path' => '/usr/bin/php',
|
||||
'admin_email' => '',
|
||||
'sitename' => 'Friendica Social Network',
|
||||
'hostname' => 'friendica.local',
|
||||
'register_policy' => \Friendica\Module\Register::OPEN,
|
||||
'max_import_size' => 200000,
|
||||
],
|
||||
'system' => [
|
||||
'urlpath' => 'test',
|
||||
'url' => 'https://friendica.local/test',
|
||||
'ssl_policy' => 1,
|
||||
'basepath' => '/vagrant',
|
||||
'default_timezone' => 'America/Los_Angeles',
|
||||
'language' => 'en',
|
||||
'debugging' => true,
|
||||
'logfile' => 'friendica.log',
|
||||
'loglevel' => 'info',
|
||||
],
|
||||
];
|
Loading…
Reference in a new issue