]> git.mxchange.org Git - friendica.git/commitdiff
Fix missing values in sample files
authorPhilipp <admin@philipp.info>
Sat, 21 Jan 2023 20:06:19 +0000 (21:06 +0100)
committerPhilipp <admin@philipp.info>
Sat, 21 Jan 2023 21:24:00 +0000 (22:24 +0100)
config/local-sample.config.php
mods/local.config.vagrant.php

index 9bf073df1d99dffc03198d23589f33baf4fd262d..2e9c02b421893e6579ef98aa6ae6ad2b285d529f 100644 (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',
        ],
 ];
index da873116d8c8d0353f55ac55365e659d85f2c043..379ddf185da6f433c89a2379979484a1362a3bda 100644 (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' => '',
        ],
 ];