]> PHS Git Server - phs-api.git/commitdiff
Testing vpn paths.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sun, 7 Sep 2025 20:22:18 +0000 (15:22 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sun, 7 Sep 2025 20:22:18 +0000 (15:22 -0500)
app.js

diff --git a/app.js b/app.js
index d2ee365c523b13556da5e2640467d8f532956808..2a27486adea37529d5af2d6fa5eef51e9c3306cd 100755 (executable)
--- a/app.js
+++ b/app.js
@@ -15,7 +15,7 @@ const fs = require('fs');
 const Docker = require('dockerode');
 const docker = new Docker({ socketPath: '/var/run/docker.sock' });
 const sshConfig = {
-  host:'10.8.0.1', port:22, username:'charles', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ),
+  host:'localhost', port:22, username:'charles', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ),
 };
 
 const buffer = require('buffer');