Fix missing values in sample files

This commit is contained in:
Philipp Holzer 2023-01-21 21:06:19 +01:00
parent 98da37076d
commit cf78f1baea
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
2 changed files with 4 additions and 0 deletions

View File

@ -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',
],
];

View File

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