diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..548117c --- /dev/null +++ b/.env.local @@ -0,0 +1,6 @@ +# Local Development MinIO Configuration +# Copy to .env.local and update with your MinIO credentials + +# MinIO credentials (get from your production server) +MINIO_KEY=secret_key +MINIO_SECRET=your_minio_root_password diff --git a/app/Http/Controllers/MainController.php b/app/Http/Controllers/MainController.php index e27650a..3810f02 100644 --- a/app/Http/Controllers/MainController.php +++ b/app/Http/Controllers/MainController.php @@ -31,7 +31,7 @@ class MainController extends Controller { foreach ($fetchData as $row) { ?>