mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
7 lines
211 B
JavaScript
7 lines
211 B
JavaScript
var IniLoader = require('./ini-loader').IniLoader;
|
|
/**
|
|
* Singleton object to load specified config/credentials files.
|
|
* It will cache all the files ever loaded;
|
|
*/
|
|
module.exports.iniLoader = new IniLoader();
|