mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02:00
Change config values to match new base URLs
This commit is contained in:
@@ -13,8 +13,8 @@ class ConfigTableSeeder extends Seeder
|
|||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
$config = [
|
$config = [
|
||||||
'api_url' => 'http://flarum.dev/api',
|
'api_url' => 'http://flarum.dev/api.php',
|
||||||
'base_url' => 'http://flarum.dev',
|
'base_url' => 'http://flarum.dev/index.php',
|
||||||
'forum_title' => 'Flarum Demo Forum',
|
'forum_title' => 'Flarum Demo Forum',
|
||||||
'welcome_message' => 'Flarum is now at a point where you can have basic conversations, so here is a little demo for you to break.',
|
'welcome_message' => 'Flarum is now at a point where you can have basic conversations, so here is a little demo for you to break.',
|
||||||
'welcome_title' => 'Welcome to Flarum Demo Forum',
|
'welcome_title' => 'Welcome to Flarum Demo Forum',
|
||||||
|
Reference in New Issue
Block a user