mirror of
https://github.com/mempool/mempool.git
synced 2025-03-26 17:51:45 +01:00
Fix default config path
This commit is contained in:
parent
a35c8be25c
commit
e9e507af69
@ -1,7 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const configPath = process.env.UNFURLER_CONFIG || '../config.json';
|
||||
const configPath = process.env.UNFURLER_CONFIG || './config.json';
|
||||
const absolutePath = path.resolve(configPath);
|
||||
let config;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user