No longer needed

This commit is contained in:
aterox 2022-03-06 03:02:41 -05:00
parent 5c1bfc8855
commit 6553f1463d
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
/**
* Gets the configuration from conf.yml
*/
const fs = require('fs');
const yaml = require('js-yaml');
module.exports = () => {
const conf = yaml.load(fs.readFileSync('./public/conf.yml', 'utf-8'));
return conf;
};