mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 12:38:01 +00:00
added example config setting
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user