Clankergit add .!

This commit is contained in:
usernames122
2025-09-13 20:53:31 +02:00
commit 734368103b
7 changed files with 1767 additions and 0 deletions

9
config.sample.js Normal file
View File

@@ -0,0 +1,9 @@
var config = {
buckregion: 'local', // Use file-based storage if bucket region is set to 'local', else use S3
bucketname: 'functions',
accessKeyId: 'keyhere',
secretAccessKey: 'secretkeyhere',
endpoint: 's3.amazonaws.com' // Your S3 endpoint
};
module.exports = config