mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 20:48:00 +00:00
added example config setting
This commit is contained in:
@@ -13,3 +13,10 @@ define('URL','https://dev.pictshare.net/');
|
|||||||
//define('FFMPEG_BINARY','');
|
//define('FFMPEG_BINARY','');
|
||||||
//define('ALT_FOLDER','/ftp/pictshare');
|
//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