Actualizar docker-compose.yml para optimizarlo para puesta en produccion. #4
|
@ -13,6 +13,10 @@ use Symfony\Component\HttpKernel\Exception\HttpException;
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if (App::environment('production')) {
|
||||||
|
URL::forceScheme('https');
|
||||||
|
}
|
||||||
|
|
||||||
Route::get('/', 'ProductoController@index')->name('productos');
|
Route::get('/', 'ProductoController@index')->name('productos');
|
||||||
|
|
||||||
Auth::routes(['register' => false]);
|
Auth::routes(['register' => false]);
|
||||||
|
|
Loading…
Reference in New Issue