mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 14:22:48 +01:00
Corrected Relative File path
Corrected Relative File path
This commit is contained in:
parent
f1941df0b6
commit
08cdedfaee
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
var fs = require('fs');
|
||||
var clArgs = require('optimist').argv;
|
||||
var ini = require('ini');
|
||||
var file_path = './RTL.conf';
|
||||
var common = require('./common');
|
||||
var upperCase = require('upper-case');
|
||||
var path = require('path');
|
||||
var macaroonPath = '';
|
||||
var options = {};
|
||||
var file_path = path.normalize(__dirname) + '/RTL.conf';
|
||||
|
||||
var defaultConfig = {
|
||||
authentication: {
|
||||
|
|
Loading…
Add table
Reference in a new issue