config
This commit is contained in:
parent
15bd8b24ba
commit
180697f4b1
10
firefly/.env
10
firefly/.env
@ -8,7 +8,7 @@ APP_DEBUG=false
|
||||
# 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
|
||||
# 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.
|
||||
# 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
|
||||
QUEUE_DRIVER=sync
|
||||
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.
|
||||
@ -303,4 +297,4 @@ FIREFLY_III_LAYOUT=v1
|
||||
# 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.
|
||||
#
|
||||
APP_URL=https://huguettes.freeboxos.fr/firefly
|
||||
APP_URL=https://huguettes.freeboxos.fr/firefly/
|
@ -25,7 +25,7 @@ FIREFLY_III_URL=http://app:8080
|
||||
#
|
||||
# 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)
|
||||
@ -203,19 +203,19 @@ EXPECT_SECURE_URL=false
|
||||
# Amazon SES is not supported.
|
||||
# log = drop mails in the logs instead of sending them
|
||||
# array = debug mailer that does nothing.
|
||||
MAIL_MAILER=
|
||||
MAIL_MAILER=log
|
||||
|
||||
# where to send the report?
|
||||
MAIL_DESTINATION=noreply@example.com
|
||||
|
||||
# other mail settings
|
||||
# These variables can be set from a file if you append it with _FILE
|
||||
MAIL_FROM_ADDRESS=noreply@example.com
|
||||
MAIL_HOST=smtp.mailtrap.io
|
||||
MAIL_PORT=2525
|
||||
MAIL_USERNAME=username
|
||||
MAIL_PASSWORD=password
|
||||
MAIL_ENCRYPTION=null
|
||||
MAIL_HOST=smtp-mail.outlook.com
|
||||
MAIL_PORT=587
|
||||
MAIL_FROM=lecoiffiermathieu@outlook.fr
|
||||
MAIL_USERNAME=lecoiffiermathieu@outlook.fr
|
||||
MAIL_PASSWORD=I9OKN?./
|
||||
MAIL_ENCRYPTION=starttls
|
||||
|
||||
# Extra settings depending on your mail configuration above.
|
||||
# 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.
|
||||
# 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/
|
Loading…
Reference in New Issue
Block a user