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

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