From 6cab15f8e7f11966a55ff10f998d4e66ad64afbd Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 5 Jan 2020 03:13:04 +0100 Subject: [PATCH] added example config setting --- inc/example.config.inc.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/inc/example.config.inc.php b/inc/example.config.inc.php index 6403b3c..9f4cdd9 100644 --- a/inc/example.config.inc.php +++ b/inc/example.config.inc.php @@ -12,4 +12,11 @@ define('URL','https://dev.pictshare.net/'); //define('JPEG_COMPRESSION', 90); //define('FFMPEG_BINARY',''); //define('ALT_FOLDER','/ftp/pictshare'); -//define('ALLOWED_SUBNET','192.168.0.0/24'); \ No newline at end of file +//define('ALLOWED_SUBNET','192.168.0.0/24'); + +//S3 settings +// +//define('S3_BUCKET','bucketname'); +//define('S3_ACCESS_KEY',''); +//define('S3_SECRET_KEY',''); +//define('S3_ENDPOINT','http://localhost:9000'); //optional, only if you're using S3 compatible storage like Minio \ No newline at end of file