Skip to content

Commit

Permalink
revert back the Boxfile to copy guard
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Nov 19, 2024
1 parent e67d5db commit 8c2a559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boxfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ web1:
php_display_errors: "0"
after_build:
- "mv app/config/database.pagoda.php app/config/database.php"
- "mv app/config/guard-override.php app/config/guard.php"
- "mv app/plugins/guard/config/guard_default.php app/config/guard.php"
cron:
- "*/15 * * * *": "cake/console/cake send_emails"
db1:
Expand Down

0 comments on commit 8c2a559

Please sign in to comment.