From: charleswrayjr Date: Sun, 7 Sep 2025 20:22:18 +0000 (-0500) Subject: Testing vpn paths. X-Git-Url: https://git.phasecustomsoft.com/static/%7B?a=commitdiff_plain;h=708e33285930e057b9d1d7bd7366df2fd77a657c;p=phs-api.git Testing vpn paths. --- diff --git a/app.js b/app.js index d2ee365..2a27486 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:'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');