beta
anulax1225 ago%!(EXTRA string=3 months)
parent afe651e639
commit e5e8960cbf
  1. 70
      .env.deploy
  2. 8
      resources/views/email/auth/reset.blade.php

@ -1,70 +0,0 @@
# Laravel config to use with the .lando.yml file
# Replace baslac with your app name
APP_NAME="Scout Baslac"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_TIMEZONE=Europe/Zurich
APP_URL=https://baslac.lndo.site
APP_LOCALE=fr
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database
PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=database
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=laravel
DB_PASSWORD=laravel
SESSION_DRIVER=file
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
CACHE_STORE=database
CACHE_PREFIX=
# memcached is not configured
#MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_HOST=mail.infomaniak.com
MAIL_PORT=465
MAIL_USERNAME=noreply@scout-baslac.ch
MAIL_PASSWORD=GroupeScoutBaslac1986
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="noreply@scout-baslac.ch"
MAIL_FROM_NAME="${APP_NAME}"
AWS_URL="https://s3-baslac.lndo.site"
AWS_ENDPOINT="https://s3-baslac.lndo.site"
AWS_ACCESS_KEY_ID=minio
AWS_SECRET_ACCESS_KEY=miniosecret
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=laravel
AWS_USE_PATH_STYLE_ENDPOINT=true
VITE_APP_NAME="${APP_NAME}"

@ -1,4 +1,4 @@
Bonjour voici un lien pour pouvoir initialisée ton compte.
{{ config("app.url") . "/reset-password/" .$token }}
Cordialement la team Baslac
<p>Bonjour,</p>
<p>voici un lien pour pouvoir initialisée ton compte.</p>
<a>{{ config("app.url") . "/reset-password/" .$token }}</a>
<p>Cordialement la team Baslac</p>
Loading…
Cancel
Save