]> PHS Git Server - phs-api.git/commitdiff
Adding necessary api files.
authorcharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 08:02:03 +0000 (03:02 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 08:02:03 +0000 (03:02 -0500)
src/controllers/git.controller.js

index df12bae9f7b72080c5bbbd128a33c34fb257ca4e..19374625d11c152b31edcf246b4cc888f0394094 100644 (file)
@@ -3,7 +3,7 @@ const sshConfig = {
   host: 'localhost',
   port: 22,
   username: 'git',
-  // privateKey: fs.readFileSync('/home/git/.ssh/git-ui'),
+  privateKey: fs.readFileSync('/home/git/.ssh/git-ui'),
 };
 
 module.exports = {