Change config values to match new base URLs

This commit is contained in:
Franz Liedke 2015-06-17 02:37:06 +02:00
parent e8aff5bc95
commit 708782637e

View File

@ -13,8 +13,8 @@ class ConfigTableSeeder extends Seeder
public function run()
{
$config = [
'api_url' => 'http://flarum.dev/api',
'base_url' => 'http://flarum.dev',
'api_url' => 'http://flarum.dev/api.php',
'base_url' => 'http://flarum.dev/index.php',
'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_title' => 'Welcome to Flarum Demo Forum',