mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-06 08:16:46 +02:00
fix: change app.mediaBaseURL to media.baseURL in install, docker entrypoints and docs
This commit is contained in:
parent
0cb2e99f03
commit
b3c6e05e6f
20 changed files with 20 additions and 20 deletions
|
|
@ -167,7 +167,7 @@ class InstallController extends Controller
|
|||
$mediaBaseUrl = $this->request->getPost('media_base_url');
|
||||
self::writeEnv([
|
||||
'app.baseURL' => $baseUrl,
|
||||
'app.mediaBaseURL' =>
|
||||
'media.baseURL' =>
|
||||
$mediaBaseUrl === '' ? $baseUrl : $mediaBaseUrl,
|
||||
'analytics.salt' => generate_random_salt(64),
|
||||
'admin.gateway' => $this->request->getPost('admin_gateway'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue