Travel Guide Frontend Backend

This commit is contained in:
Kevin Adametz 2020-08-07 16:00:55 +02:00
parent e6cc042aee
commit 0857a34766
681 changed files with 6680 additions and 1689 deletions

View file

@ -52,9 +52,9 @@ return [
|
*/
'url' => env('APP_URL', 'http://crm-stern-tours.local'),
'url' => env('APP_URL', 'https://crm-stern-tours.test'),
'old_url' => env('APP_OLD_URL', 'http://cms-stern-tours.local'),
'old_url' => env('APP_OLD_URL', 'https://cms-stern-tours.test'),
'url_v2' => env('APP_URL_V2', 'https://v2.stern-tours.de'),