Confg problem again
-
I had it up and running after a lot of trial and error, and it was in the middle of the night. Then after around 5GB of bulk upload the thing failed and I began without enough sleep to figure out why.
ended up deleting the bucket and then realise I couldn’t begin all over again, so after removing everything in sql, and reinstall the plugin. I’m lost and tired.
Can someone please tell me what is wrong here (nevermind keys, I’m only testing) I’m pretty sure this worked
define(‘ADVMO_MINIO_KEY’, ‘8i6AcvAbcgm4qqzO4mu8’);
define(‘ADVMO_MINIO_SECRET’, ‘XmeyH31bxbPbs8ZtaA046t6bddg96kAMCvXChiHt’);
define(‘ADVMO_MINIO_ENDPOINT’, ‘http://192.168.87.131:9000’);
define(‘ADVMO_MINIO_BUCKET’, ‘wtmo’);
define(‘ADVMO_MINIO_DOMAIN’, ‘http://192.168.87.131’);
define(‘ADVMO_MINIO_PATH_STYLE_ENDPOINT’, true);
The topic ‘Confg problem again’ is closed to new replies.