Clankergit add .!
This commit is contained in:
9
config.sample.js
Normal file
9
config.sample.js
Normal 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
|
||||
Reference in New Issue
Block a user