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