mirror of
https://github.com/flarum/core.git
synced 2025-10-10 22:44:25 +02:00
Change base URL etc. in config.php file
This commit is contained in:
@@ -129,6 +129,11 @@ class InstallCommand extends Command
|
||||
'prefix' => $dbConfig['prefix'],
|
||||
'strict' => false
|
||||
],
|
||||
'url' => $this->dataSource->getBaseUrl(),
|
||||
'paths' => [
|
||||
'api' => 'api',
|
||||
'admin' => 'admin',
|
||||
],
|
||||
];
|
||||
|
||||
$this->info('Testing config');
|
||||
|
Reference in New Issue
Block a user