diff --git a/.env.example b/.env.example index 1d2bca1..bce441c 100644 --- a/.env.example +++ b/.env.example @@ -1,11 +1,11 @@ # Laravel config to use with the .lando.yml file -# Replace viewer360 with your app name -APP_NAME=viewer360 +# Replace mv360 with your app name +APP_NAME=mv360 APP_ENV=local APP_KEY= APP_DEBUG=true APP_TIMEZONE=Europe/Zurich -APP_URL=https://viewer360.lndo.site +APP_URL=https://mv360.lndo.site APP_LOCALE=fr APP_FALLBACK_LOCALE=en @@ -57,10 +57,10 @@ MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null -MAIL_FROM_ADDRESS="noreply@viewer360.ch" +MAIL_FROM_ADDRESS="noreply@mv360.ch" MAIL_FROM_NAME="${APP_NAME}" -AWS_URL="https://s3-viewer360.lndo.site" +AWS_URL="https://s3-mv360.lndo.site" AWS_ENDPOINT="http://minio:9000" AWS_ACCESS_KEY_ID=minio AWS_SECRET_ACCESS_KEY=miniosecret diff --git a/.lando.yml b/.lando.yml index ea487b2..005e5eb 100644 --- a/.lando.yml +++ b/.lando.yml @@ -1,4 +1,4 @@ -name: viewer360 +name: mv360 recipe: laravel config: via: nginx @@ -61,11 +61,13 @@ services: name: redis type: redis proxy: + appserver_nginx: + - localhost.mv360.ch minio: - - s3-viewer360.lndo.site:9000 - - s3admin-viewer360.lndo.site:9001 + - s3-mv360.lndo.site:9000 + - s3admin-mv360.lndo.site:9001 mailpit: - - mailpit-viewer360.lndo.site:8025 + - mailpit-mv360.lndo.site:8025 # if you use node, these below will configure the shortcuts # - lando dev => npm run dev in the node container # - lando build => npm run build in the node container diff --git a/resources/views/demo.blade.php b/resources/views/demo.blade.php index 8dd4f22..ffe9f43 100644 --- a/resources/views/demo.blade.php +++ b/resources/views/demo.blade.php @@ -1,10 +1,14 @@ @extends("layout") @section("content") -