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

diff --git a/app.js b/app.js
index 2a27486adea37529d5af2d6fa5eef51e9c3306cd..75033551c4d7ebfea13c5cf26c399c4764ee6e1f 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:'localhost', port:22, username:'charles', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ),
+  host:'192.168.1.62', port:22, username:'charles', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ),
 };
 
 const buffer = require('buffer');