remove pwd
This commit is contained in:
@@ -6,7 +6,7 @@ import * as repertory from '../index.js';
|
|||||||
import connection from '../networking/connection';
|
import connection from '../networking/connection';
|
||||||
|
|
||||||
const TEST_HOST = process.env.TEST_HOST || 'localhost';
|
const TEST_HOST = process.env.TEST_HOST || 'localhost';
|
||||||
const TEST_PASSWORD = process.env.TEST_PASSWORD || 'cow_moose_doge_chicken';
|
const TEST_PASSWORD = process.env.TEST_PASSWORD || '';
|
||||||
const TEST_PORT = process.env.TEST_PORT || 20000;
|
const TEST_PORT = process.env.TEST_PORT || 20000;
|
||||||
|
|
||||||
const calculate_sha256 = (path) => {
|
const calculate_sha256 = (path) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user