From: charleswrayjr Date: Sun, 7 Sep 2025 20:10:40 +0000 (-0500) Subject: Testing vpn paths. X-Git-Url: https://git.phasecustomsoft.com/static/js/main.73c8ad42.js?a=commitdiff_plain;h=0db1c0fc14e1e4a004787cfa6a345d46da3b7031;p=phs-api.git Testing vpn paths. --- diff --git a/app.js b/app.js index 7503355..d2ee365 100755 --- 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');