]> git.mxchange.org Git - friendica.git/blob - tests/datasets/config/A.node.config.php
spelling: endpoints
[friendica.git] / tests / datasets / config / A.node.config.php
1 <?php
2
3 return [
4         'database' => [
5                 'hostname' => 'testhost',
6                 'username' => 'testuser',
7                 'password' => 'testpw',
8                 'database' => 'testdb',
9                 'charset' => 'utf8mb4',
10         ],
11         'config' => [
12                 'admin_email' => 'admin@test.it',
13                 'sitename' => 'Friendica Social Network',
14                 'register_policy' => 2,
15                 'register_text' => '',
16         ],
17         'system' => [
18                 'default_timezone' => 'UTC',
19                 'language' => 'en',
20                 'theme' => 'frio',
21         ],
22 ];