]> PHS Git Server - phs-api.git/commitdiff
Moving Client to the right place.
authorcharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 09:36:45 +0000 (04:36 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 09:36:45 +0000 (04:36 -0500)
src/controllers/git.controller.js

index 32f0491dc4609c0d6d6213998ddecbce15f3f84c..f0ef4bd920c4d7df77eec666820247c9fc09148b 100644 (file)
@@ -1,7 +1,7 @@
 const fs = require('fs');
 const { Client } = require('ssh2');
 const sshConfig = {
-  host: 'localhost',
+  host: '10.8.0.1',
   port: 22,
   username: 'git',
   privateKey: fs.readFileSync('/home/git/.ssh/git-ui'),