This commit is contained in:
Axel Kittenberger 2021-11-24 17:42:12 +01:00
parent f2208376da
commit 26a1c5400b
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@ const config = module.exports = { forward: { }, ssl: { } };
config.olServer = 'http://localhost';
// used if all the working directories in one place
// must be ending with '/'
config.baseDir = '/home/gitbridge/';
// place of the git repositories

4
package-lock.json generated
View file

@ -1,9 +1,13 @@
{
"name": "olgitbridge",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "olgitbridge",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
"active-x-obfuscator": "^0.0.2",
"axios": "^0.24.0",