feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -145,7 +145,7 @@ return [
|
||||
|
||||
'features' => [
|
||||
// Features::registration(),
|
||||
// Features::resetPasswords(),
|
||||
Features::resetPasswords(),
|
||||
// Features::emailVerification(),
|
||||
// Features::updateProfileInformation(),
|
||||
// Features::updatePasswords(),
|
||||
|
||||
@@ -18,7 +18,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('LOG_CHANNEL', 'daily'),
|
||||
'default' => env('LOG_CHANNEL', 'stack'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -63,6 +63,7 @@ return [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'replace_placeholders' => true,
|
||||
'days' => 30,
|
||||
],
|
||||
|
||||
'daily' => [
|
||||
|
||||
@@ -40,7 +40,7 @@ return [
|
||||
'htaccess_url' => env('DOLIBARR_URL_HTACCESS'),
|
||||
'username' => env('DOLIBARR_USERNAME'),
|
||||
'password' => env('DOLIBARR_PWD'),
|
||||
'api_key' => env('DOLIBARR_APIKEY')
|
||||
'api_key' => env('DOLIBARR_APIKEY'),
|
||||
],
|
||||
'ispconfig' => [
|
||||
'servers' => [
|
||||
@@ -71,6 +71,11 @@ return [
|
||||
'nextcloud' => [
|
||||
'url' => env('NEXTCLOUD_URL'),
|
||||
'user' => env('NEXTCLOUD_USERNAME'),
|
||||
'password' => env('NEXTCLOUD_PASSWORD')
|
||||
'password' => env('NEXTCLOUD_PASSWORD'),
|
||||
],
|
||||
'listmonk' => [
|
||||
'base_url' => env('LISTMONK_URL'),
|
||||
'username' => env('LISTMONK_USERNAME'),
|
||||
'password' => env('LISTMONK_PASSWORD'),
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user