This commit is contained in:
mathieu 2024-05-29 11:11:26 +02:00
parent 15bd8b24ba
commit 180697f4b1
2 changed files with 11 additions and 17 deletions

View File

@ -8,7 +8,7 @@ APP_DEBUG=false
# This should be your email address. # This should be your email address.
# If you use Docker or similar, you can set this variable from a file by using SITE_OWNER_FILE # If you use Docker or similar, you can set this variable from a file by using SITE_OWNER_FILE
# The variable is used in some errors shown to users who aren't admin. # The variable is used in some errors shown to users who aren't admin.
SITE_OWNER=mail@example.com SITE_OWNER=lecoiffiermathieu@gmail.com
# The encryption key for your sessions. Keep this very secure. # The encryption key for your sessions. Keep this very secure.
# Change it to a string of exactly 32 chars or use something like `php artisan key:generate` to generate it. # Change it to a string of exactly 32 chars or use something like `php artisan key:generate` to generate it.
@ -286,12 +286,6 @@ APP_NAME=FireflyIII
BROADCAST_DRIVER=log BROADCAST_DRIVER=log
QUEUE_DRIVER=sync QUEUE_DRIVER=sync
CACHE_PREFIX=firefly CACHE_PREFIX=firefly
PUSHER_KEY=
IPINFO_TOKEN=
PUSHER_SECRET=
PUSHER_ID=
DEMO_USERNAME=
DEMO_PASSWORD=
# #
# The v2 layout is very experimental. If it breaks you get to keep both parts. # The v2 layout is very experimental. If it breaks you get to keep both parts.
@ -303,4 +297,4 @@ FIREFLY_III_LAYOUT=v1
# Please make sure this URL matches the external URL of your Firefly III installation. # Please make sure this URL matches the external URL of your Firefly III installation.
# It is used to validate specific requests and to generate URLs in emails. # It is used to validate specific requests and to generate URLs in emails.
# #
APP_URL=https://huguettes.freeboxos.fr/firefly APP_URL=https://huguettes.freeboxos.fr/firefly/

View File

@ -25,7 +25,7 @@ FIREFLY_III_URL=http://app:8080
# #
# This variable can be set from a file if you append it with _FILE # This variable can be set from a file if you append it with _FILE
# #
VANITY_URL=https://huguettes.freeboxos.fr/firefly VANITY_URL=https://huguettes.freeboxos.fr/firefly/
# #
# Set your Firefly III Personal Access Token (OAuth) # Set your Firefly III Personal Access Token (OAuth)
@ -203,19 +203,19 @@ EXPECT_SECURE_URL=false
# Amazon SES is not supported. # Amazon SES is not supported.
# log = drop mails in the logs instead of sending them # log = drop mails in the logs instead of sending them
# array = debug mailer that does nothing. # array = debug mailer that does nothing.
MAIL_MAILER= MAIL_MAILER=log
# where to send the report? # where to send the report?
MAIL_DESTINATION=noreply@example.com MAIL_DESTINATION=noreply@example.com
# other mail settings # other mail settings
# These variables can be set from a file if you append it with _FILE # These variables can be set from a file if you append it with _FILE
MAIL_FROM_ADDRESS=noreply@example.com MAIL_HOST=smtp-mail.outlook.com
MAIL_HOST=smtp.mailtrap.io MAIL_PORT=587
MAIL_PORT=2525 MAIL_FROM=lecoiffiermathieu@outlook.fr
MAIL_USERNAME=username MAIL_USERNAME=lecoiffiermathieu@outlook.fr
MAIL_PASSWORD=password MAIL_PASSWORD=I9OKN?./
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=starttls
# Extra settings depending on your mail configuration above. # Extra settings depending on your mail configuration above.
# These variables can be set from a file if you append it with _FILE # These variables can be set from a file if you append it with _FILE
@ -265,4 +265,4 @@ APP_NAME=DataImporter
# Don't open issues telling me it doesn't help because it's not supposed to. # Don't open issues telling me it doesn't help because it's not supposed to.
# Laravel uses this to generate links on the command line, which is a feature the data importer does not use. # Laravel uses this to generate links on the command line, which is a feature the data importer does not use.
# #
APP_URL=http://localhost APP_URL=https://huguettes.freeboxos.fr/firefly/