Fix missing values in sample files

pull/12712/head
Philipp 2023-01-21 21:06:19 +01:00
rodzic 98da37076d
commit cf78f1baea
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -36,9 +36,11 @@ return [
'sitename' => 'Friendica Social Network',
'register_policy' => \Friendica\Module\Register::OPEN,
'register_text' => '',
'hostname' => 'friendica.local',
],
'system' => [
'default_timezone' => 'UTC',
'language' => 'en',
'url' => 'https://friendica.local',
],
];

Wyświetl plik

@ -40,5 +40,7 @@ return [
'language' => 'en',
'basepath' => '/vagrant',
'ssl_policy' => \Friendica\App\BaseURL::SSL_POLICY_SELFSIGN,
'url' => 'https://192.168.56.10',
'urlpath' => '',
],
];