Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
kringkaste committed Apr 8, 2019
1 parent 8cf0a63 commit e93a71d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
<?php

return [
'assetRevision' => function() {
return trim(file_get_contents(Craft::getAlias('@root/build.txt')));
},
'resourcesOnBucket' => false,
'thumbnailsOnBucket' => false,

'resourceRevision' => '',
'resourceBucket' => '',
'resourcePrefix' => '',
'resourceBaseUrl' => '',

'key' => '',
'secret' => '',
'region' => '',

'thumbnailsBucket' => '',
'thumbnailsPrefix' => '',
'thumbnailsBaseUrl' => '',
];

0 comments on commit e93a71d

Please sign in to comment.