From 07363d6b161ba9c668a5ef7de5c16c793006e7dc Mon Sep 17 00:00:00 2001 From: Triono Putra Date: Thu, 5 Jun 2025 07:35:43 +0700 Subject: [PATCH] oks --- .env.example | 2 +- entrypoint.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 85379fb..fdd8008 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ APP_ENV=production APP_KEY=base64:x9SuUNSMrf4EUnpVAiwsKScUFSn0/tGtpTK2XXLaX2I= APP_DEBUG=true APP_TIMEZONE=UTC -APP_URL=https://siska.appstaging.my.id/ +APP_URL=https://sdncinere1.sch.id/ APP_LOCALE=en APP_FALLBACK_LOCALE=en diff --git a/entrypoint.sh b/entrypoint.sh index d8c92c5..8bbb314 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,7 +11,5 @@ chmod -R 775 /var/www/storage /var/www/bootstrap/cache chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache # Generate app key (pakai --force agar tidak gagal di production) -php artisan key:generate --force - # Jalankan php-fpm exec php-fpm