added example config setting

This commit is contained in:
Chris
2020-01-05 03:13:04 +01:00
parent f863045fcf
commit 6cab15f8e7

View File

@@ -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');
//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