|
|
@@ -37,14 +37,13 @@ $GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['Controller/NewsController.php']['cre
|
|
|
// In this case we merge them so that the pre-defined vars are not overridden.
|
|
|
// (/!\ do not forget to clear the cache after any update here)
|
|
|
$GLOBALS['OT'] = array_merge([
|
|
|
- 'API_BASE_URI' => 'https://api.opentalent.fr',
|
|
|
- 'PUBLIC_API_BASE_URI' => 'https://api.opentalent.fr',
|
|
|
- 'DB_HOST' => 'prod-back',
|
|
|
+ 'API_BASE_URI' => 'https://local.api.opentalent.fr',
|
|
|
+ 'PUBLIC_API_BASE_URI' => 'https://local.api.opentalent.fr',
|
|
|
+ 'DB_HOST' => 'db',
|
|
|
'DB_USER' => 'dbcloner',
|
|
|
'DB_PASSWORD' => 'wWZ4hYcrmHLW2mUK',
|
|
|
- 'FRAMES_BASE_URI' => 'https://frames.opentalent.fr',
|
|
|
- 'WEBSITE' => 'https://opentalent.fr',
|
|
|
- 'DASHBOARD_URL' => 'https://admin.opentalent.fr/#/dashboard',
|
|
|
- 'LOGIN_PAGE_URL' => 'https://admin.opentalent.fr/#/login',
|
|
|
- 'FILE_STORAGE_URL' => 'https://api.opentalent.fr/app.php/_internal/secure/files/'
|
|
|
+ 'FRAMES_BASE_URI' => 'https://local.frames.opentalent.fr',
|
|
|
+ 'WEBSITE' => 'https://local.opentalent.fr',
|
|
|
+ 'DASHBOARD_URL' => 'https://local.admin.opentalent.fr/#/dashboard',
|
|
|
+ 'LOGIN_PAGE_URL' => 'https://local.admin.opentalent.fr/#/login',
|
|
|
], ($GLOBALS['OT'] ?? []));
|