This commit is contained in:
Ben Goldsworthy 2024-02-18 12:18:33 +00:00
parent c9eada0388
commit 4f4de76508
2 changed files with 6 additions and 3 deletions

View File

@ -13,8 +13,10 @@ MAILJET_APISECRET=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
TEST_ADDRESS=
DAILY_DIGEST_TO=
WEEKLY_DIGEST_TO=
FORTNIGHTLY_DIGEST_TO=
MONTHLY_DIGEST_TO=
LOG_CHANNEL=

7
.gitignore vendored
View File

@ -6,9 +6,6 @@
/public/*/audio
/storage/*.key
/vendor
.env
.env.*
.env.backup
.phpunit.result.cache
Homestead.json
Homestead.yaml
@ -22,3 +19,7 @@ cron.out
/nginx
/development
docker-compose.yml
.env
.env.*
!.env.example