standardize loading of server configuration

This commit is contained in:
ansuz
2019-04-17 13:48:39 +02:00
parent 670040ae68
commit d5a9eacef0
8 changed files with 18 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ const nThen = require('nthen');
const Pinned = require('./pinned');
const Nacl = require('tweetnacl');
const Path = require('path');
const Config = require('./load-config');
const Config = require('../lib/load-config');
const hashesFromPinFile = (pinFile, fileName) => {
var pins = {};