From 8c2a559827f96f56087c0c3979e84900e0f1931f Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Tue, 19 Nov 2024 12:46:12 -0800 Subject: [PATCH] revert back the Boxfile to copy guard --- Boxfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boxfile b/Boxfile index bd538c049..8fc36b3fb 100644 --- a/Boxfile +++ b/Boxfile @@ -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: