Skip to content

Commit

Permalink
Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kreaweb.be committed Mar 26, 2024
1 parent 56680be commit 8a33fa2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_NAME="L10-BS5-DT2"
APP_NAME="L11-BS5-DT2"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
Expand All @@ -9,11 +9,6 @@ APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

BACKUP_DISK="backups"
BACKUP_DAILY_CLEANUP="22:30"
BACKUP_DAILY_RUN="23:00"
BACKUP_MAIL_ADDRESS="webmaster@yourdomain.com"

APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database

Expand Down Expand Up @@ -67,3 +62,11 @@ AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

VITE_APP_NAME="${APP_NAME}"

# --------------------------------------------------------
# custom
# --------------------------------------------------------
BACKUP_DISK="backups"
BACKUP_DAILY_CLEANUP="22:30"
BACKUP_DAILY_RUN="23:00"
BACKUP_MAIL_ADDRESS="webmaster@yourdomain.com"

0 comments on commit 8a33fa2

Please sign in to comment.