2.0.0-r1 #2

Merged
sgraves merged 15 commits from 2.0.0-r1 into master 2025-02-14 14:33:14 -06:00
Showing only changes of commit d6aa54e040 - Show all commits

View File

@@ -6,7 +6,7 @@ import * as repertory from '../index.js';
import connection from '../networking/connection';
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 calculate_sha256 = (path) => {